pub async fn fetch_claim_queue(
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
relay_parent: Hash,
) -> Result<ClaimQueueSnapshot, Error>
Expand description
Fetch the claim queue and wrap it into a helpful ClaimQueueSnapshot
pub async fn fetch_claim_queue(
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
relay_parent: Hash,
) -> Result<ClaimQueueSnapshot, Error>
Fetch the claim queue and wrap it into a helpful ClaimQueueSnapshot