pub async fn new_best_heads(
relay_chain: impl RelayChainInterface + Clone,
para_id: Id,
) -> RelayChainResult<impl Stream<Item = Vec<u8>>>Expand description
Returns a stream that will yield best heads for the given para_id.
pub async fn new_best_heads(
relay_chain: impl RelayChainInterface + Clone,
para_id: Id,
) -> RelayChainResult<impl Stream<Item = Vec<u8>>>Returns a stream that will yield best heads for the given para_id.