Skip to main content

Module instruction_context

Module instruction_context 

Source
Expand description

Context passed to instruction implementations.

Structs§

GasStateOutcome
Result of SSTORE gas-state side effects.
InstructionContext
Context passed to instruction implementations containing the host and interpreter. This struct provides access to both the host interface for external state operations and the interpreter state for stack, memory, and gas operations.
NoGasState
No-op SSTORE gas-state policy.

Traits§

GasStateTr
Type-level SSTORE gas-state policy.