DevInspectArgs
@iota/iota-sdk / client / DevInspectArgs
Interface: DevInspectArgs
Defined in: sdk/typescript/src/client/types/generated.ts:121
Additional arguments supplied to dev inspect beyond what is allowed in today's API.
Properties
gasBudget?
optionalgasBudget?:string|null
Defined in: sdk/typescript/src/client/types/generated.ts:123
The gas budget for the transaction.
gasObjects?
optionalgasObjects?:IotaObjectRef[] |null
Defined in: sdk/typescript/src/client/types/generated.ts:125
The gas objects used to pay for the transaction.
gasSponsor?
optionalgasSponsor?:string|null
Defined in: sdk/typescript/src/client/types/generated.ts:127
The sponsor of the gas for the transaction, might be different from the sender.
showRawTxnDataAndEffects?
optionalshowRawTxnDataAndEffects?:boolean|null
Defined in: sdk/typescript/src/client/types/generated.ts:129
Whether to return the raw transaction data and effects.
skipChecks?
optionalskipChecks?:boolean|null
Defined in: sdk/typescript/src/client/types/generated.ts:131
Whether to skip transaction checks for the transaction.