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