Type Definition order_book::pallet::Bids

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