Structs§
- Env
- Ephemeral execution environment.
- EnvState
- Environment state
- Gas
- A measure of compute resources, 1 Gas == 1 ns of compute on reference hardware
- Prepared
Method - Method to be called by the executor
- Transaction
- Similar to
Transaction
, but doesn’t requireallow
or data ownership. - Transaction
Header - Transaction
Slot
Enums§
- Method
Context - Context for method call.
Traits§
- Executor
Context - Executor context that can be used to interact with executor