referrerpolicy=no-referrer-when-downgrade
polkadot_primitives::v8::well_known_keys

Function relay_dispatch_queue_size

Source
pub fn relay_dispatch_queue_size(para_id: Id) -> Vec<u8> 
👎Deprecated: Use relay_dispatch_queue_remaining_capacity instead
Expand description

The upward message dispatch queue for the given para id.

The storage entry stores a tuple of two values:

  • count: u32, the number of messages currently in the queue for given para,
  • total_size: u32, the total size of all messages in the queue.