pub fn relay_dispatch_queue_remaining_capacity(
para_id: Id,
) -> WellKnownKey<(u32, u32)>
Expand description
The upward message dispatch queue remaining capacity for the given para id.
The storage entry stores a tuple of two values:
count: u32
, the number of additional messages which may be enqueued for the given para,total_size: u32
, the total size of additional messages which may be enqueued for the given para.