UNPKG

@bajetech/digitalbits-wallet-sdk

Version:

A library to make it easier to write wallets that interact with the DigitalBits blockchain

9 lines (8 loc) 375 B
import { LocalStorageKeyStore } from "./plugins/LocalStorageKeyStore"; import { MemoryKeyStore } from "./plugins/MemoryKeyStore"; export declare const KeyManagerPlugins: { IdentityEncrypter: import("./types").Encrypter; MemoryKeyStore: typeof MemoryKeyStore; LocalStorageKeyStore: typeof LocalStorageKeyStore; ScryptEncrypter: import("./types").Encrypter; };