Module etable

Source
Expand description

Generic etable, used for opcode execution.

Structs§

Chained
A chained Etable, stopping at the first if it does not return Control::NoAction.
DispatchEtable
The evaluation table for the EVM.
MultiEtable
Nested evaluation table.
Single
Etable with only one function.
Tracing
A tracing Etable, with pre and post actions.

Enums§

MultiEfn
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.