sov-db 0.3.0

A high-level DB interface for the Sovereign SDK
Documentation
1
2
3
4
5
pub mod tables;
/// Defines the on-disk representation of all types which are stored by the SDK in a format other than
/// their native format. Notable examples including slots, blocks, transactions and events, which
/// are split into their constituent parts and stored in separate tables for easy retrieval.
pub mod types;