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