ckb_network

Type Alias BoxedCKBProtocolContext

Source
pub type BoxedCKBProtocolContext = Arc<dyn CKBProtocolContext + Sync>;
Expand description

type alias of dyn ckb protocol context

Aliased Typeยง

struct BoxedCKBProtocolContext { /* private fields */ }