referrerpolicy=no-referrer-when-downgrade
pallet_recovery::pallet::dispatchables

Function close_recovery

Source
pub fn close_recovery<T: Config>(rescuer: AccountIdLookupOf<T>)
Expand description

As the controller of a recoverable account, close an active recovery process for your account.

Payment: By calling this function, the recoverable account will receive the recovery deposit RecoveryDeposit placed by the rescuer.

The dispatch origin for this call must be Signed and must be a recoverable account with an active recovery process for it.

Parameters:

  • rescuer: The account trying to rescue this recoverable account.

§Warning: Doc-Only

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