pub async fn request_claim_queue(
parent: Hash,
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
) -> RuntimeApiReceiver<BTreeMap<CoreIndex, VecDeque<ParaId>>>
Expand description
Request ClaimQueue
from the runtime
pub async fn request_claim_queue(
parent: Hash,
sender: &mut impl SubsystemSender<RuntimeApiMessage>,
) -> RuntimeApiReceiver<BTreeMap<CoreIndex, VecDeque<ParaId>>>
Request ClaimQueue
from the runtime