Class ExecutionResultV2

Represents version 2 of the execution result, containing more detailed information.

Hierarchy

  • ExecutionResultV2

Constructors

Properties

consumed: number

The amount of resources consumed during the transaction execution.

cost: number

The cost associated with the transaction execution.

effects: Transform[] = []

The effects applied during the transaction execution.

errorMessage?: string

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

initiator: InitiatorAddr

The address of the initiator of the execution.

limit: number

The execution limit for the transaction.

payment?: any

The payment made for the transaction, if any.

sizeEstimate: number

The estimated size of the transaction execution.

transfers: Transfer[] = []

The transfers included in the transaction execution.

Generated using TypeDoc