Interface: DevInspectArgs
Additional arguments supplied to dev inspect beyond what is allowed in today's API.
Properties
gasBudget?
optionalgasBudget:string|null
The gas budget for the transaction.
gasObjects?
optionalgasObjects: [string,string,string][] |null
The gas objects used to pay for the transaction.
gasSponsor?
optionalgasSponsor:string|null
The sponsor of the gas for the transaction, might be different from the sender.
showRawTxnDataAndEffects?
optionalshowRawTxnDataAndEffects:boolean|null
Whether to return the raw transaction data and effects.
skipChecks?
optionalskipChecks:boolean|null
Whether to skip transaction checks for the transaction.