SharedChain

Type Alias SharedChain 

Source
pub type SharedChain = Arc<Chain>;
Expand description

A thread-safe shared pointer to a Chain, enabling efficient reuse across multiple components.

Aliased Typeยง

pub struct SharedChain { /* private fields */ }