TransactionBlockBytes
@iota/iota-sdk / client / TransactionBlockBytes
Interface: TransactionBlockBytes
Defined in: sdk/typescript/src/client/types/generated.ts:1537
Properties
gas
gas:
IotaObjectRef[]
Defined in: sdk/typescript/src/client/types/generated.ts:1539
the gas objects to be used
inputObjects
inputObjects:
InputObjectKind[]
Defined in: sdk/typescript/src/client/types/generated.ts:1541
objects to be used in this transaction
txBytes
txBytes:
string
Defined in: sdk/typescript/src/client/types/generated.ts:1543
BCS serialized transaction data bytes without its type tag, as base-64 encoded string.