Interface: DevInspectResults
The response from processing a dev inspect transaction
Properties
| Property | Type | Description |
|---|---|---|
effects | TransactionEffects | Summary 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 | null | Execution error from executing the transactions |
events | IotaEvent[] | 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[] | null | Execution results (including return values) from executing the transactions |