Expand description
Context trait and related types.
Re-exports§
pub use crate::journaled_state::StateLoad;
Structs§
- SStore
Result - Represents the result of an
sstoreoperation. - Self
Destruct Result - Result of a selfdestruct action
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.
Functions§
- take_
error - Take (drain) the stored context error and map it into an external error type.