Module context

Source
Expand description

Context trait and related types.

Re-exports§

pub use crate::journaled_state::StateLoad;

Structs§

SStoreResult
Represents the result of an sstore operation.
SelfDestructResult
Result of a selfdestruct action

Enums§

ContextError
Inner Context error used for Interpreter to set error without returning it frm instruction

Traits§

ContextSetters
Trait for setting the transaction and block in the context.
ContextTr
Trait that defines the context of the EVM execution.