pub type ActiveRedeemOrders<T: Config> = StorageMap<_GeneratedPrefixForStorageActiveRedeemOrders<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 ActiveRedeemOrders<T: Config>(/* private fields */);