Function polkadot_primitives::v8::well_known_keys::relay_dispatch_queue_size
source · pub fn relay_dispatch_queue_size(para_id: Id) -> Vec<u8> ⓘ
👎Deprecated: Use
relay_dispatch_queue_remaining_capacity
insteadExpand 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.