[][src]Crate evm_core

Structs

Machine

Core execution layer for EVM.

Memory

A sequencial memory. It uses Rust's Vec for internal representation.

Stack
Valids

Mapping of valid jump destination from code.

Enums

Capture
ExitError
ExitFatal
ExitReason
ExitRevert
ExitSucceed
ExternalOpcode

External opcodes.

Opcode

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

Type Definitions

Trap