Expand description
Generic etable, used for opcode execution.
Structs§
- Chained
- A chained Etable, stopping at the first if it does not return
Control::NoAction
. - Dispatch
Etable - The evaluation table for the EVM.
- Multi
Etable - Nested evaluation table.
- Single
- Etable with only one function.
- Tracing
- A tracing Etable, with pre and post actions.
Enums§
- Multi
Efn - Nested evaluation function.
Traits§
- Etable
- An etable “set” that can be evaluated. This is the generic trait to support
all types of dispatching strategies (via
match
or an actual etable array).
Type Aliases§
- Efn
- Evaluation function type.