domain_client_message_relayer

Type Alias GossipMessageSink

source
pub type GossipMessageSink = TracingUnboundedSender<Message>;
Expand description

Sink used to submit all the gossip messages.

Aliased Typeยง

struct GossipMessageSink { /* private fields */ }