Optional
data: PartialMessage<SignDocDirectAux>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.
Optional
publicpublic_key is the public key of the signing account.
sequence is the sequence number of the signing account.
Optional
tipTip 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.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
SignDocDirectAux is the type used for generating sign bytes for SIGN_MODE_DIRECT_AUX.
Since: cosmos-sdk 0.46
Generated
from message cosmos.tx.v1beta1.SignDocDirectAux