Type Alias zebra_state::service::queued_blocks::QueuedCheckpointVerified

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

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