interface TransactionBlockBytes {
    gas: SuiObjectRef[];
    inputObjects: InputObjectKind[];
    txBytes: string;
}

Properties

the gas objects to be used

inputObjects: InputObjectKind[]

objects to be used in this transaction

txBytes: string

BCS serialized transaction data bytes without its type tag, as base-64 encoded string.