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