DevInspectArgs
@iota/iota-sdk / client / DevInspectArgs
Interface: DevInspectArgs
Defined in: sdk/typescript/src/client/types/generated.ts:153
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:155
The gas budget for the transaction.
gasObjects?
optionalgasObjects?: [string,string,string][] |null
Defined in: sdk/typescript/src/client/types/generated.ts:157
The gas objects used to pay for the transaction.
gasSponsor?
optionalgasSponsor?:string|null
Defined in: sdk/typescript/src/client/types/generated.ts:159
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:161
Whether to return the raw transaction data and effects.
skipChecks?
optionalskipChecks?:boolean|null
Defined in: sdk/typescript/src/client/types/generated.ts:163
Whether to skip transaction checks for the transaction.