๐ Stablecoin Accounts are live! Learn more
Overview & Setup
Providers & Connectors
UI Components
Hooks
- Hooks Introduction
- Core Hooks
- Login & User Management
- Wallets
- Embedded Wallets
- Funding
Events
- Events Introduction
- Dynamic Events
- Event Callbacks
Objects & Utilities
- React Objects Introduction
- Objects
- Utilities
Embedded Wallets
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
Copy
Ask AI
import { useEmbeddedReveal } from "@dynamic-labs/sdk-react-core";
const { initExportProcess } = useEmbeddedReveal();
<button onClick={() => initExportProcess()}></button>;
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.