Type Alias NamespacePricingConfig

Source
pub type NamespacePricingConfig<T: Config> = StorageValue<_GeneratedPrefixForStorageNamespacePricingConfig<T>, NamespacePricingConfig<T>, ValueQuery, T::DefaultNamespacePricingConfig>;
Expand description

Storage type is [StorageValue] with value type namespace :: NamespacePricingConfig < T >.

Aliased Typeยง

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