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