Skip to content

Documentation / expo / UseRecoverEmbeddedWallet

Interface: UseRecoverEmbeddedWallet

Properties

recover

recover: (params) => Promise<void>

An async method to recover the embedded wallet.

Parameters

params: RecoverParams

The parameters with which to recover the embedded wallet.

Returns

Promise<void>

A promise that resolves when the embedded wallet has been recovered.