pub type BlockchainOverlayPtr = Arc<Mutex<BlockchainOverlay>>;
Expand description
Atomic pointer to blockchain overlay.
Aliased Typeยง
struct BlockchainOverlayPtr { /* private fields */ }
pub type BlockchainOverlayPtr = Arc<Mutex<BlockchainOverlay>>;
Atomic pointer to blockchain overlay.
struct BlockchainOverlayPtr { /* private fields */ }