Hooks
useEmbeddedReveal
Summary
Used to manually open the export flow and let a user export their wallet credentials. Read more in the embedded wallet export section.
Usage
import { useEmbeddedReveal } from "@dynamic-labs/sdk-react-core";
const { initExportProcess } = useEmbeddedReveal();
<button onClick={() => initExportProcess()}></button>;
Was this page helpful?