referrerpolicy=no-referrer-when-downgrade

Function new_best_heads

Source
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.