pub type QueuedCheckpointVerified = (CheckpointVerifiedBlock, Sender<Result<Hash, BoxError>>);
A queued checkpoint verified block, and its corresponding Result channel.
Result