TS SDK@iota/iota-sdkAPI ReferenceclientInterfacesDevInspectArgsOn this pageInterface: DevInspectArgs Additional arguments supplied to dev inspect beyond what is allowed in today's API. Properties PropertyTypeDescription gasBudget?string | nullThe gas budget for the transaction. gasObjects?[string, string, string][] | nullThe gas objects used to pay for the transaction. gasSponsor?string | nullThe sponsor of the gas for the transaction, might be different from the sender. showRawTxnDataAndEffects?boolean | nullWhether to return the raw transaction data and effects. skipChecks?boolean | nullWhether to skip transaction checks for the transaction.Give Feedback