Module env

Source

Structs§

Env
Ephemeral execution environment.
EnvState
Environment state
Gas
A measure of compute resources, 1 Gas == 1 ns of compute on reference hardware
PreparedMethod
Method to be called by the executor
Transaction
Similar to Transaction, but doesn’t require allow or data ownership.
TransactionHeader
TransactionSlot

Enums§

MethodContext
Context for method call.

Traits§

ExecutorContext
Executor context that can be used to interact with executor

Type Aliases§

Blake3Hash