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.
Walletcan just extendAminoWalletand be a validDirectSignerbecauseSecretNetworkClientchecks first for the existence ofsignDirectfunction before checking forsignAminofunction.