Crate near_store_v01[][src]

Re-exports

pub use db::DBCol;
pub use db::DBCol::*;
pub use db::CHUNK_TAIL_KEY;
pub use db::FINAL_HEAD_KEY;
pub use db::FORK_TAIL_KEY;
pub use db::HEADER_HEAD_KEY;
pub use db::HEAD_KEY;
pub use db::LATEST_KNOWN_KEY;
pub use db::NUM_COLS;
pub use db::SHOULD_COL_GC;
pub use db::SHOULD_COL_GC;
pub use db::SKIP_COL_GC;
pub use db::SKIP_COL_GC;
pub use db::TAIL_KEY;

Modules

Structs

Result of applying state part to Trie.

For fraud proofs

Keeps track of current changes to the database and can commit all of them to the database.

TrieChanges stores delta for refcount. Multiple versions of the state work the following way: __changes1___state1 state0 / __changes2___state2

Provides a way to access Storage and record changes with future commit.

Enums

Functions