//! Public API surface for Rollblock consumers.
//!//! This module groups lightweight types, error definitions, and facade traits so
//! downstream crates can interact with the store without pulling in the heavy
//! runtime/state/storage implementation details.
pubmoderror;pubmodfacade;pubmodtypes;pubmodprelude{pubusesuper::error::{StoreError, StoreResult};pubusesuper::facade::{BlockStoreFacade, SimpleStoreFacade, StoreConfig, StoreFacade};pubusesuper::types::*;}