Type Alias zebra_state::service::queued_blocks::QueuedSemanticallyVerified
source ยท pub type QueuedSemanticallyVerified = (SemanticallyVerifiedBlock, Sender<Result<Hash, BoxError>>);
Expand description
A queued semantically verified block, and its corresponding Result
channel.