defy.tools

Interface KeyStoreStorageArgs

interface KeyStoreStorageArgs {
    isNew?: boolean;
    masterKey?: HDKey;
    password?: string;
    privateKey?: string;
    publicKey?: string;
    version: number;
    wordset?: Uint32Array;
}

Hierarchy (view full)

Properties

isNew?: boolean
masterKey?: HDKey
password?: string
privateKey?: string
publicKey?: string
version: number
wordset?: Uint32Array