# CryptoStoreIdentity

`import { CryptoStoreIdentity } from "destack:crypto/binding";`

Crypto store identity.

```ds title="CryptoStoreIdentity"
export struct CryptoStoreIdentity {
    kind: CryptoStoreKind;
    namespace: string;
}
```

[language/library/src/crypto/binding/store.ds:46:51](https://github.com/destack-sh/destack/blob/main/language/library/src/crypto/binding/store.ds#L46-L51)

## Members

### `kind: CryptoStoreKind`

Store kind.

### `namespace: string`

Logical namespace.
