Optional
auth_auth_info is the authorization related content of the transaction, specifically signers, signer modes and fee AuthInfo describes the fee and signer modes that are used to sign a transaction.
Optional
bodybody is the processable content of the transaction TxBody is the body of a transaction that all signers sign over.
Optional
signaturessignatures is a list of signatures that matches the length and order of AuthInfo's signer_infos to allow connecting signature meta information like public key and signing mode by position.
Generated using TypeDoc
Tx is the standard type used for broadcasting transactions.