Function pallet_investments::pallet::dispatchables::collect_investments_for
source · pub fn collect_investments_for<T: Config>(
who: T::AccountId,
investment_id: T::InvestmentId
)
Expand description
Collect the results of another users invest orders for the given investment. If any amounts are not fulfilled they are directly appended to the next active order for this investment.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::collect_investments_for
.