TxBody is the body of a transaction that all signers sign over.

interface TxBodySDKType {
    extension_options: AnySDKType[];
    memo: string;
    messages: AnySDKType[];
    non_critical_extension_options: AnySDKType[];
    timeout_height: bigint;
}

Properties

extension_options: AnySDKType[]
memo: string
messages: AnySDKType[]
non_critical_extension_options: AnySDKType[]
timeout_height: bigint