Class SpeculativeExecutionResult

Hierarchy

  • SpeculativeExecutionResult

Constructors

Properties

blockHash: Hash
consumed: number

The amount of resources consumed during the transaction execution.

effects: Transform[] = []

The effects applied during the transaction execution.

errorMessage?: string

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

limit: number

The execution limit for the transaction.

messages: Message[]
transfers: Transfer[] = []

The transfers included in the transaction execution.

Generated using TypeDoc