Kind of the private key data
Optional mnemonicBIP39 mnemonic phrase (12 or 24 words) if kind is mnemonic
Optional nameOptional name of the private key
Optional paymentOptional key secret (BIP39 passphrase).
If supplied, all operations requiring access
to the key will require the paymentSecret
to be provided.
Optional secretSecret key if kind is secretKey
Wallet encryption secret
Generated using TypeDoc
Argument interface for the Wallet.prvKeyDataCreate method.