Module evm::executor::stack

source ·
Expand description

A stack-based executor with customizable state. A memory-based state is provided, but can replaced by a custom implementation, for exemple one interacting with a database.

Structs

Enums

Data returned by a precompile in case of failure.

Traits

Handle provided to a precompile to interact with the EVM.
A set of precompiles. Checks of the provided address being in the precompile set should be as cheap as possible since it may be called often.

Type Definitions

Precompiles function signature. Expected input arguments are: