Type Definition polkadot_runtime_parachains::ump::pallet::Overweight
source · pub type Overweight<T: Config> = StorageMap<_GeneratedPrefixForStorageOverweight<T>, Twox64Concat, OverweightIndex, (ParaId, Vec<u8>), OptionQuery>;
Expand description
The messages that exceeded max individual message weight budget.
These messages stay there until manually dispatched.