Type Alias pallet_order_book::pallet::Orders

source ·
pub type Orders<T: Config> = StorageMap<_GeneratedPrefixForStorageOrders<T>, Twox64Concat, T::OrderIdNonce, Order<T>, ResultQuery<Error<T>>, __Frame_Internal_GetOrdersResult>;
Expand description

Map of Orders to look up orders by their order id.

Storage type is [StorageMap] with key type T :: OrderIdNonce and value type Order < T >.

Aliased Type§

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