pallet_msa::pallet::dispatchables

Function recover_account

Source
pub fn recover_account<T: Config>(
    intermediary_hash_a: RecoveryHash,
    intermediary_hash_b: RecoveryHash,
    new_control_key_proof: MultiSignature,
    add_key_payload: AddKeyData<T>,
)
Expand description

Recover an MSA account with a new control key. This extrinsic is called by approved Recovery Providers after verifying the user’s Recovery Intermediary Hashes and Authentication Contact.

§Events

§Errors

§Warning: Doc-Only

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