Type Definition order_book::pallet::Asks

source ·
pub type Asks<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAsks<T>, Blake2_128Concat, OrderBookId<AssetIdOf<T>, T::DEXId>, Blake2_128Concat, OrderPrice, PriceOrders<T::OrderId, T::MaxLimitOrdersForPrice>, OptionQuery>;