Expand description
Common utilities for transforming relay chain streams.
Functions§
- finalized_
heads - Returns a stream that will yield finalized heads for the given
para_id
. - new_
best_ heads - Returns a stream that will yield best heads for the given
para_id
. - pending_
candidates - Returns a stream over pending candidates for the parachain corresponding to
para_id
.