account_number is the account number of the account in state.
body_bytes is protobuf serialization of a TxBody that matches the representation in TxRaw.
chain_id is the identifier of the chain this transaction targets. It prevents signed transactions from being used on another chain by an attacker.
public_key is the public key of the signing account.
sequence is the sequence number of the signing account.
Tip is the optional tip used for transactions fees paid in another denom. It should be left empty if the signer is not the tipper for this transaction.
This field is ignored if the chain didn't enable tips, i.e. didn't add the
TipDecorator
in its posthandler.
Generated using TypeDoc
SignDocDirectAux is the type used for generating sign bytes for SIGN_MODE_DIRECT_AUX.
Since: cosmos-sdk 0.46