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