//! Common traits for accessing blockchain data.
//!
//! This crate provides a collection of traits that define interfaces for accessing various types
//! of blockchain data, including cell data, block epochs, block extensions, and block headers.
//! These traits enable loose coupling between components that need data access.
pub use crateCellDataProvider;
pub use crate;
pub use crateExtensionProvider;
pub use crate*;