Tx is the standard type used for broadcasting transactions.

interface TxSDKType {
    auth_info?: AuthInfoSDKType;
    body?: TxBodySDKType;
    signatures: Uint8Array[];
}

Properties

auth_info?: AuthInfoSDKType
signatures: Uint8Array[]