menu
CryptoStoreOptions
import { CryptoStoreOptions } from "destack:crypto/binding";
Crypto store options.
1export struct CryptoStoreOptions {2 kind: CryptoStoreKind;3 namespace: string;4}Members
kind: CryptoStoreKindStore kind.
namespace: stringLogical namespace for store providers that support partitioning.