SignDocDirectAux is the type used for generating sign bytes for SIGN_MODE_DIRECT_AUX.

Since: cosmos-sdk 0.46

Hierarchy

  • SignDocDirectAux

Properties

accountNumber: number

account_number is the account number of the account in state.

bodyBytes: Uint8Array

body_bytes is protobuf serialization of a TxBody that matches the representation in TxRaw.

chainId: string

chain_id is the identifier of the chain this transaction targets. It prevents signed transactions from being used on another chain by an attacker.

publicKey: undefined | Any

public_key is the public key of the signing account.

sequence: number

sequence is the sequence number of the signing account.

tip: undefined | Tip

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