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 */ }pub type MsgSender = Sender<(Option<ValidatorId>, ConsensusMessage)>;Message type for the consensus channel: (sender_id, message).
pub struct MsgSender { /* private fields */ }