Type Alias serai_dex_pallet::pallet::SpotPricesLength
source · pub type SpotPricesLength<T: Config> = StorageMap<_GeneratedPrefixForStorageSpotPricesLength<T>, Identity, ExternalCoin, u16, OptionQuery>;
Expand description
Current length of the SpotPrices
map.
Storage type is StorageMap
with key type ExternalCoin
and value type u16
.
Aliased Type§
struct SpotPricesLength<T: Config>(/* private fields */);