pub fn waive_repay<T: Config<I>, I: 'static>(
    amount: <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance
)
Expand description

Repay the payment previously given to the member with the signed origin, remove any pending payments, and elevate them from rank 0 to rank 1.

§Warning: Doc-Only

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