UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

10 lines (9 loc) 191 B
/** * Class for key storage constants */ export default class KeyStoreConstants { /** * Master seed, basis for all key generation */ static masterSeed: string; }