pallet_runtime_configs

Type Alias 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 */);