Function pallet_recovery::pallet::dispatchables::close_recovery
source · pub fn close_recovery<T: Config>(
rescuer: <<T as Config>::Lookup as StaticLookup>::Source,
)
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
.