Crate miden_node_store

Crate miden_node_store 

Source

Re-exports§

pub use genesis::GenesisState;

Modules§

genesis
state
Abstraction to synchronize state modifications.

Structs§

AccountTreeWithHistory
Wraps AccountTree with historical query support via reversion overlays.
DataDirectory
Represents the store’s data-directory and its content paths.
Store
The store server.

Enums§

HistoricalError

Traits§

AccountTreeStorage
Trait abstracting operations over different account tree backends.

Type Aliases§

InMemoryAccountTree
Convenience for an in-memory-only account tree.