Import mnemonic or generate random if empty
Readonly
addressThe account's secret address, derived from publicKey
Readonly
coinThe coin type in the HD derivation path
Readonly
hdThe account index in the HD derivation path
Readonly
mnemonicThe mnemonic phrase used to derive this account
Readonly
privateThe secp256k1 private key that was derived from mnemonic
+ hdAccountIndex
Readonly
publicThe secp256k1 public key that was derived from privateKey
Generated using TypeDoc
Wallet is a wallet capable of signing on transactions.
Wallet
can just extendAminoWallet
and be a validDirectSigner
becauseSecretNetworkClient
checks first for the existence ofsignDirect
function before checking forsignAmino
function.