A string consisting of 8 times 6 numbers (whitespace delimited) used to derive a wallet.
Optional
opts: { algorithm?: ECDSA; masterAddress?: string }(Optional) Options to derive a Wallet.
Optional
algorithm?: ECDSAThe digital signature algorithm to generate an address for.
Optional
masterAddress?: stringInclude if a Wallet uses a Regular Key Pair. It must be the master address of the account.
A Wallet derived from secret numbers.
Derives a wallet from secret numbers. NOTE: This uses a default encoding algorithm of secp256k1 to match the popular wallet Xumm (aka Xaman)'s behavior. This may be different from the DEFAULT_ALGORITHM for other ways to generate a Wallet.