Skip to main content

Crate miden_node_store

Crate miden_node_store 

Source

Re-exports§

pub use genesis::GenesisState;
pub use state::State;

Modules§

genesis
state
Abstraction to synchronize state modifications.

Structs§

AccountTreeWithHistory
Wraps AccountTree with historical query support via reversion overlays.
AccountVaultValue
Describes the value of an asset for an account ID at block_num specifically.
DataDirectory
Represents the store’s data-directory and its content paths.
DatabaseOptions
Database options used by the store state.
Db
The Store’s database.
NoteRecord
NoteSyncRecord
NoteSyncUpdate
NullifierInfo
StorageMapValuesPage
TransactionRecord

Enums§

ApplyBlockError
ApplyBlockWithProvingInputsError
DatabaseError
GetAccountError
GetBatchInputsError
GetBlockHeaderError
GetBlockInputsError
HistoricalError
NoteSyncError
StateSyncError

Traits§

SqlTypeConvert
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§

InMemoryAccountTree
Convenience for an in-memory-only account tree.
PersistentAccountTree
Convenience for a persistent account tree.