Called to derive the relevant account and validator addresses and public keys from the raw compressed public key in bytes.
Raw private key, in bytes.
Terra account address. terra-
prefixed.
Terra validator address. terravaloper-
prefixed.
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.
Signs a Tx and adds the signature to a generated StdTx that is ready to be broadcasted.
An implementation of the Key interfaces that uses a raw private key.