Module evm::backend[][src]

Expand description

EVM backends

Backends store state information of the VM, and exposes it to runtime.

Structs

Basic account information.

Account information of a memory backend.

Memory backend, storing all state values in a BTreeMap in memory.

Vivinity value of a memory backend.

Enums

Apply state operation.

Traits

EVM backend that can apply changes.

EVM backend.