Module context

Expand description

Context trait and related types.

Structs§

SStoreResult
Represents the result of an sstore operation.
SelfDestructResult
Result of a selfdestruct action
StateLoad
State load information that contains the data and if the account or storage is cold loaded

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.