IotaTransactionBlockResponseOptions
@iota/iota-sdk / client / IotaTransactionBlockResponseOptions
Interface: IotaTransactionBlockResponseOptions
Defined in: sdk/typescript/src/client/types/generated.ts:1820
Properties
showBalanceChanges?
optionalshowBalanceChanges?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1822
Whether to show balance_changes. Default to be False
showEffects?
optionalshowEffects?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1824
Whether to show transaction effects. Default to be False
showEvents?
optionalshowEvents?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1826
Whether to show transaction events. Default to be False
showInput?
optionalshowInput?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1828
Whether to show transaction input data. Default to be False
showObjectChanges?
optionalshowObjectChanges?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1830
Whether to show object_changes. Default to be False
showRawEffects?
optionalshowRawEffects?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1832
Whether to show raw transaction effects. Default to be False
showRawInput?
optionalshowRawInput?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1834
Whether to show bcs-encoded transaction input data