Skip to main content

DevInspectResults

@iota/iota-sdk


@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?

optional error?: 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?

optional rawEffects?: number[]

Defined in: sdk/typescript/src/client/types/generated.ts:178

The raw effects of the transaction that was dev inspected.


rawTxnData?

optional rawTxnData?: number[]

Defined in: sdk/typescript/src/client/types/generated.ts:180

The raw transaction data that was dev inspected.


results?

optional results?: IotaExecutionResult[] | null

Defined in: sdk/typescript/src/client/types/generated.ts:182

Execution results (including return values) from executing the transactions