HoprTransportIO

Type Alias HoprTransportIO 

Source
pub type HoprTransportIO = HoprSocket<Receiver<ApplicationDataIn>, Sender<(DestinationRouting, ApplicationDataOut)>>;
Expand description

Type alias used to send and receive transport data via a running HOPR node.

Aliased Typeยง

pub struct HoprTransportIO { /* private fields */ }