Skip to main content

Interface: DevInspectResults

The response from processing a dev inspect transaction

Properties

PropertyTypeDescription
effectsTransactionEffectsSummary of effects that likely would be generated if the transaction is actually run. Note however, that not all dev-inspect transactions are actually usable as transactions so it might not be possible actually generate these effects from a normal transaction.
error?string | nullExecution error from executing the transactions
eventsIotaEvent[]Events that likely would be generated if the transaction is actually run.
rawEffects?number[]The raw effects of the transaction that was dev inspected.
rawTxnData?number[]The raw transaction data that was dev inspected.
results?IotaExecutionResult[] | nullExecution results (including return values) from executing the transactions