Re-exports§
pub use genesis::GenesisState;pub use state::State;
Modules§
Structs§
- Account
Tree With History - Wraps
AccountTreewith historical query support via reversion overlays. - Account
Vault Value - Describes the value of an asset for an account ID at
block_numspecifically. - Data
Directory - Represents the store’s data-directory and its content paths.
- Database
Options - Database options used by the store state.
- Db
- The Store’s database.
- Note
Record - Note
Sync Record - Note
Sync Update - Nullifier
Info - Storage
MapValues Page - Transaction
Record
Enums§
- Apply
Block Error - Apply
Block With Proving Inputs Error - Database
Error - GetAccount
Error - GetBatch
Inputs Error - GetBlock
Header Error - GetBlock
Inputs Error - Historical
Error - Note
Sync Error - State
Sync Error
Traits§
- SqlType
Convert - Convert from and to it’s database representation and back
Functions§
- default_
sqlite_ connection_ pool_ size - Returns the default number of SQLite connections used by store database pools.
- version
- Returns the store crate version.
Type Aliases§
- InMemory
Account Tree - Convenience for an in-memory-only account tree.
- Persistent
Account Tree - Convenience for a persistent account tree.