Type Alias pallet_static_price_provider::pallet::ActivePrice

source ·
pub type ActivePrice<T: Config> = StorageValue<_GeneratedPrefixForStorageActivePrice<T>, FixedU128, ValueQuery, DefaultActivePrice>;
Expand description

Current active native currency price.

Storage type is [StorageValue] with value type FixedU128.

Aliased Type§

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