CryptoStoreIdentity import { CryptoStoreIdentity } from "destack:crypto/binding"; Crypto store identity. export struct CryptoStoreIdentity { kind: CryptoStoreKind; namespace: string; } language/library/src/crypto/binding/store.ds:46:51 Members kind: CryptoStoreKind Store kind. namespace: string Logical namespace.