ethrex-storage-rollup 17.0.0

Rollup batch and prover-input storage for the ethrex L2 Ethereum client
Documentation
1
2
3
4
5
6
7
8
9
mod api;
mod error;
mod store;
mod store_db;

pub use error::RollupStoreError;
pub use store::{EngineType as EngineTypeRollup, Store as StoreRollup};
#[cfg(feature = "sql")]
pub use store_db::sql::SQLStore;