pub type QueuedCheckpointVerified = (CheckpointVerifiedBlock, Sender<Result<Hash, BoxError>>);
Expand description

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