hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

[API] Extrinsic initiate_recovery #84

Closed n13 closed 2 years ago

n13 commented 2 years ago

From a new account

Parameters: Address

const initiateRecovery = await api.tx.recovery
    .initiateRecovery(steve.address).signAndSend(new_account);
console.log(initiateRecovery.toHex());