pub type ActiveInvestOrders<T: Config> = StorageMap<_GeneratedPrefixForStorageActiveInvestOrders<T>, Blake2_128Concat, T::InvestmentId, TotalOrder<T::Amount>, ValueQuery>;
Expand description

Storage type is [StorageMap] with key type T :: InvestmentId and value type TotalOrder < T :: Amount >.

Aliased Type§

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