Expand description
Abstraction to synchronize state modifications.
The State provides data access and modifications methods, its main purpose is to ensure that data is atomically written, and that reads are consistent.
Structs§
- State
- The rollup state.
- Transaction
Inputs
Constants§
- ACCOUNT_
TREE_ STORAGE_ DIR - Directory name for the account tree storage within the data directory.
- NULLIFIER_
TREE_ STORAGE_ DIR - Directory name for the nullifier tree storage within the data directory.
Traits§
- Storage
Loader - Trait for loading trees from storage.
Type Aliases§
- Tree
Storage - The storage backend for trees.