Class ExecutionResultStatusData

Contains the result of a transaction's execution, including the effect and related transfers.

Hierarchy

  • ExecutionResultStatusData

Constructors

Properties

Constructors

Properties

cost: number

The cost of the transaction execution.

effect: Effect

The effect of the transaction execution, including operations and transformations.

errorMessage: string

The error message, if any, generated during the transaction execution.

transfers: TransferHash[] = []

The transfers that were part of the transaction execution.

Generated using TypeDoc