Skip to main content

MsgSender

Type Alias MsgSender 

Source
pub type MsgSender = Sender<(Option<ValidatorId>, ConsensusMessage)>;
Expand description

Message type for the consensus channel: (sender_id, message).

Aliased Typeยง

pub struct MsgSender { /* private fields */ }