pub type BeefyVersionedFinalityProofStream<Block, AuthorityId> = NotificationStream<BeefyVersionedFinalityProof<Block, AuthorityId>, BeefyVersionedFinalityProofTracingKey>;
Expand description

The receiving half of a notifications channel used to receive notifications about versioned finality proof generated at the end of a BEEFY round.

Aliased Type§

struct BeefyVersionedFinalityProofStream<Block, AuthorityId> { /* private fields */ }