Module evm::backend [−][src]
EVM backends
Backends store state information of the VM, and exposes it to runtime.
Structs
| Basic | Basic account information. |
| Log | |
| MemoryAccount | Account information of a memory backend. |
| MemoryBackend | Memory backend, storing all state values in a |
| MemoryVicinity | Vivinity value of a memory backend. |
Enums
| Apply | Apply state operation. |
Traits
| ApplyBackend | EVM backend that can apply changes. |
| Backend | EVM backend. |