Type Alias pallet_runtime_configs::EnableDynamicCostOfStorage

source ·
pub type EnableDynamicCostOfStorage<T> = StorageValue<_GeneratedPrefixForStorageEnableDynamicCostOfStorage<T>, bool, ValueQuery>;
Expand description

Whether to enable dynamic cost of storage.

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct EnableDynamicCostOfStorage<T>(/* private fields */);