zebra_state::service::queued_blocks

Type Alias QueuedCheckpointVerified

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

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