Module casper_execution_engine::storage::global_state
source · Expand description
Global State. Global state.
Modules§
- In-memory implementation of global state.
- Lmdb implementation of global state.
- Lmdb implementation of global state with cache.
Enums§
- An error emitted by the execution engine on commit
Traits§
- Provides
commitmethod. - A trait expressing operations over the trie.
- A trait expressing the reading of state. This trait is used to abstract the underlying store.
Functions§
- Commit
effectsto the store. - Write multiple key/stored value pairs to the store in a single rw transaction.