pub type ReservedXcmpWeightOverride<T: Config> = StorageValue<_GeneratedPrefixForStorageReservedXcmpWeightOverride<T>, Weight>;
Expand description
The weight we reserve at the beginning of the block for processing XCMP messages. This overrides the amount set in the Config trait.
Storage type is [StorageValue
] with value type Weight
.
Aliased Type§
struct ReservedXcmpWeightOverride<T: Config>(/* private fields */);