defy.tools

Interface KeyStoreConstructorArgs

interface KeyStoreConstructorArgs {
    documentsIndex?: HDKXSequentialPrivate;
    isNew?: boolean;
    masterKey?: HDKey;
    notifyIndex?: HDKXNotification;
    password?: string;
    privateKey?: string;
    publicKey?: string;
    rootKey?: HDKey;
    store?: KeyStoreStorage;
    version: number;
    wordset?: Uint32Array;
}

Hierarchy (view full)

Properties

documentsIndex?: HDKXSequentialPrivate
isNew?: boolean
masterKey?: HDKey
notifyIndex?: HDKXNotification
password?: string
privateKey?: string
publicKey?: string
rootKey?: HDKey
version: number
wordset?: Uint32Array