zebra_state::service::queued_blocks

Type Alias QueuedSemanticallyVerified

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

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