Crate evm_core[−][src]
Core layer for EVM.
Structs
Machine | Core execution layer for EVM. |
Memory | A sequencial memory. It uses Rust’s |
Opcode | Opcode enum. One-to-one corresponding to an |
Stack | EVM stack. |
Valids | Mapping of valid jump destination from code. |
Enums
Capture | Capture represents the result of execution. |
ExitError | Exit error reason. |
ExitFatal | Exit fatal reason. |
ExitReason | Exit reason. |
ExitRevert | Exit revert reason. |
ExitSucceed | Exit succeed reason. |
Type Definitions
Trap | Trap which indicates that an |