hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

[API] Cancel recovered #91

Closed n13 closed 2 years ago

n13 commented 2 years ago

cancel_recovered

Fields account: T::AccountId 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.