A string consisting of 8 times 6 numbers (whitespace delimited) used to derive a wallet.
Optional
opts: { (Optional) Options to derive a Wallet.
Optional
Optional
algorithm?: ECDSAThe digital signature algorithm to generate an address for.
Optional
masterInclude if a Wallet uses a Regular Key Pair. It must be the master address of the account.
A Wallet derived from secret numbers.
ValidationError if unable to derive private key from secret number input.
Generated using TypeDoc
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.