Function polkadot_primitives::v1::well_known_keys::relay_dispatch_queue_size[][src]

pub fn relay_dispatch_queue_size(para_id: Id) -> Vec<u8>
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.