Type Alias snowbridge_pallet_system::pallet::PricingParameters
source · pub type PricingParameters<T: Config> = StorageValue<_GeneratedPrefixForStoragePricingParameters<T>, PricingParametersOf<T>, ValueQuery, T::DefaultPricingParameters>;
Expand description
Storage type is [StorageValue
] with value type PricingParametersOf < T >
.
Aliased Type§
struct PricingParameters<T: Config>(/* private fields */);