pub type SubstrateFinalityProofsStream<P> = Pin<Box<dyn Stream<Item = SubstrateFinalityProof<P>> + Send>>;
Expand description
Substrate finality proofs stream.
Aliased Type§
struct SubstrateFinalityProofsStream<P> {}
pub type SubstrateFinalityProofsStream<P> = Pin<Box<dyn Stream<Item = SubstrateFinalityProof<P>> + Send>>;
Substrate finality proofs stream.
struct SubstrateFinalityProofsStream<P> {}