Module context
Expand description
Context trait and related types.
Structs§
- SStore
Result  - Represents the result of an 
sstoreoperation. - Self
Destruct Result  - Result of a selfdestruct action
 - State
Load  - State load information that contains the data and if the account or storage is cold loaded
 
Enums§
- Context
Error  - Inner Context error used for Interpreter to set error without returning it from instruction
 
Traits§
- Context
Setters  - Trait for setting the transaction and block in the context.
 - Context
Tr  - Trait that defines the context of the EVM execution.