Class ExecutionInfo

Represents execution information about a deploy, including the block hash, height, and execution result.

Hierarchy

  • ExecutionInfo

Constructors

Properties

Methods

Constructors

Properties

blockHash: Hash

The block hash where the deploy was executed.

blockHeight: number

The block height at the time the deploy was executed.

executionResult: ExecutionResult

The execution result associated with the deploy.

Methods

Generated using TypeDoc