pub type Markets<T: Config> = StorageMap<_GeneratedPrefixForStorageMarkets<T>, Blake2_128Concat, <T as Config>::CurrencyId, Market<<T as Config>::Balance>>;
Expand description
Mapping of underlying currency id to its market
Storage type is [StorageMap
] with key type CurrencyId < T >
and value type Market < BalanceOf < T > >
.