•
new MnemonicVault(
options
):
MnemonicVault
• Private
Readonly
#secret: string
• numberOfAccounts: number
= 0
• pathKey: string
= '{}'
• rootPath: string
Icon Linktype
▪ Static
Readonly
type: "mnemonic"
▸ addAccount(): Object
Object
▸ exportAccount(address
): string
string
▸
getAccounts(): {
address
:
AbstractAddress
= wallet.address;
publicKey
:
string
= wallet.publicKey }[]
{
address
:
AbstractAddress
= wallet.address;
publicKey
:
string
= wallet.publicKey }[]
▸ getDerivePath(index
): string
string
▸
getWallet(
address
):
WalletUnlocked