Type Definition sc_consensus_manual_seal::rpc::Sender [−][src]
type Sender<T> = Option<Sender<Result<T, Error>>>;
Expand description
sender passed to the authorship task to report errors or successes.
type Sender<T> = Option<Sender<Result<T, Error>>>;
sender passed to the authorship task to report errors or successes.