Skip to main content

StepSender

Type Alias StepSender 

Source
pub type StepSender<N> = UnboundedSender<(BlockNumber, Commit<<N as Network>::SignatureScheme>, <N as Network>::Block)>;

Aliased Typeยง

pub struct StepSender<N>(/* private fields */);