pub type QueuedSemanticallyVerified = (SemanticallyVerifiedBlock, Sender<Result<Hash, BoxError>>);
Expand description

A queued semantically verified block, and its corresponding Result channel.