interface MnemonicVaultOptions {
    numberOfAccounts?: null | number;
    rootPath?: string;
    secret?: string;
}

Properties

numberOfAccounts?: null | number
rootPath?: string
secret?: string