DevInspectResults
@iota/iota-sdk / client / DevInspectResults
Interface: DevInspectResults
Defined in: sdk/typescript/src/client/types/generated.ts:166
The response from processing a dev inspect transaction
Properties
effects
effects:
TransactionEffects
Defined in: sdk/typescript/src/client/types/generated.ts:172
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?
optionalerror?:string|null
Defined in: sdk/typescript/src/client/types/generated.ts:174
Execution error from executing the transactions
events
events:
IotaEvent[]
Defined in: sdk/typescript/src/client/types/generated.ts:176
Events that likely would be generated if the transaction is actually run.
rawEffects?
optionalrawEffects?:number[]
Defined in: sdk/typescript/src/client/types/generated.ts:178
The raw effects of the transaction that was dev inspected.
rawTxnData?
optionalrawTxnData?:number[]
Defined in: sdk/typescript/src/client/types/generated.ts:180
The raw transaction data that was dev inspected.
results?
optionalresults?:IotaExecutionResult[] |null
Defined in: sdk/typescript/src/client/types/generated.ts:182
Execution results (including return values) from executing the transactions