BoxedCKBProtocolContext

Type Alias BoxedCKBProtocolContext 

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

type alias of dyn ckb protocol context

Aliased Typeยง

pub struct BoxedCKBProtocolContext { /* private fields */ }