Function pallet_loans::pallet::dispatchables::propose_loan_mutation
source · pub fn propose_loan_mutation<T: Config>(
pool_id: T::PoolId,
loan_id: T::LoanId,
mutation: LoanMutation<T::Rate>
)
Expand description
Propose a change.
The change is not performed until you call
Pallet::apply_loan_mutation()
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::propose_loan_mutation
.