Type Alias ProtocolTxHandlerPtr

Source
pub type ProtocolTxHandlerPtr = Arc<ProtocolTxHandler>;
Expand description

Atomic pointer to the ProtocolTx handler.

Aliased Typeยง

pub struct ProtocolTxHandlerPtr { /* private fields */ }