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

Function vouch_recovery

Source
pub fn vouch_recovery<T: Config>(
    lost: AccountIdLookupOf<T>,
    rescuer: AccountIdLookupOf<T>,
)
Expand description

Allow a “friend” of a recoverable account to vouch for an active recovery process for that account.

The dispatch origin for this call must be Signed and must be a “friend” for the recoverable account.

Parameters:

  • lost: The lost account that you want to recover.
  • rescuer: The account trying to rescue the lost account that you want to vouch for.

The combination of these two parameters must point to an active recovery process.

§Warning: Doc-Only

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