pub type ProtocolInitReturn<B> = (AsyncProtocolRemote<NumberFor<B>>, Pin<Box<dyn SendFuture<'static, ()>>>);
Expand description

A type which is used directly by the Job Manager to initialize and manage the DKG protocol