pub type InvestOrders<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageInvestOrders<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, T::InvestmentId, Order<T::Amount, OrderId>>;
Expand description

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type T :: InvestmentId and value type Order < T :: Amount, OrderId >.

Aliased Type§

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