Skip to content

Documentation / expo / UseSetEmbeddedWalletRecovery

Interface: UseSetEmbeddedWalletRecovery

Properties

setRecovery

setRecovery: (params) => Promise<UseSetEmbeddedWalletRecoveryResult>

An async method to update the recovery method of the embedded wallet.

Parameters

params: SetRecoveryParams

The parameters with which to update the recovery method.

Returns

Promise<UseSetEmbeddedWalletRecoveryResult>

A promise that resolves when the recovery method has been updated.