Account address.
Signs a SignDoc with the method supplied by the child class.
Signs a [[StdSignMsg]] with the method supplied by the child class. only used Amino sign
sign-message of the transaction to sign
You will need to supply sign
, which produces a signature for an arbitrary bytes payload
with the ECDSA curve secp256pk1.
the data to be signed
Signs a Tx and adds the signature to a generated StdTx that is ready to be broadcasted.
Validator address.
Abstract key interface that provides transaction signing features and Bech32 address and public key derivation from a public key. This allows you to create custom key solutions, such as for various hardware wallets, by implementing signing and calling
super
with the raw public key from within your subclass. See MnemonicKey for an implementation of a basic mnemonic-based key.