Type Alias serai_dex_pallet::pallet::CurrentMedianPosition

source ·
pub type CurrentMedianPosition<T: Config> = StorageMap<_GeneratedPrefixForStorageCurrentMedianPosition<T>, Identity, ExternalCoin, u16, OptionQuery>;
Expand description

Current position of the median within the SpotPrices map;

Storage type is StorageMap with key type ExternalCoin and value type u16.

Aliased Type§

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