Module bus_mapping::evm

source ·
Expand description

Evm types needed for parsing instruction sets as well

Re-exports§

Enums§

  • Opcode enum. One-to-one corresponding to an u8 value.

Traits§

  • Generic opcode trait which defines the logic of the Operation that should be generated for one or multiple ExecStep depending of the OpcodeId it contains.