Function pallet_recovery::pallet::dispatchables::cancel_recovered
source · pub fn cancel_recovered<T: Config>(
account: <<T as Config>::Lookup as StaticLookup>::Source,
)
Expand description
Cancel the ability to use as_recovered
for account
.
The dispatch origin for this call must be Signed and registered to be able to make calls on behalf of the recovered account.
Parameters:
account
: The recovered account you are able to call on-behalf-of.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::cancel_recovered
.