IotaTransactionBlockResponseOptions
@iota/iota-sdk / client / IotaTransactionBlockResponseOptions
Interface: IotaTransactionBlockResponseOptions
Defined in: sdk/typescript/src/client/types/generated.ts:1663
Properties
showBalanceChanges?
optionalshowBalanceChanges?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1665
Whether to show balance_changes. Default to be False
showEffects?
optionalshowEffects?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1667
Whether to show transaction effects. Default to be False
showEvents?
optionalshowEvents?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1669
Whether to show transaction events. Default to be False
showInput?
optionalshowInput?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1671
Whether to show transaction input data. Default to be False
showObjectChanges?
optionalshowObjectChanges?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1673
Whether to show object_changes. Default to be False
showRawEffects?
optionalshowRawEffects?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1675
Whether to show raw transaction effects. Default to be False
showRawInput?
optionalshowRawInput?:boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1677
Whether to show bcs-encoded transaction input data