pub type ReservedDmpWeightOverride<T: Config> = StorageValue<_GeneratedPrefixForStorageReservedDmpWeightOverride<T>, Weight>;
Expand description

The weight we reserve at the beginning of the block for processing DMP messages. This overrides the amount set in the Config trait.

Storage type is [StorageValue] with value type Weight.

Aliased Type§

struct ReservedDmpWeightOverride<T: Config>(/* private fields */);