pub type QueuedSemanticallyVerified = (SemanticallyVerifiedBlock, Sender<Result<Hash, BoxError>>);
A queued semantically verified block, and its corresponding Result channel.
Result