pub fn propose_write_off_policy<T: Config>(
    pool_id: T::PoolId,
    policy: BoundedVec<WriteOffRule<T::Rate>, T::MaxWriteOffPolicySize>
)
Expand description

Updates the write off policy with write off rules.

The write off policy is used to automatically set a write off minimum value to the loan.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::propose_write_off_policy.