pub type SharedChain = Arc<Chain>;
A thread-safe shared pointer to a Chain, enabling efficient reuse across multiple components.
Chain
pub struct SharedChain { /* private fields */ }