Event Callbacks
onEmbeddedWalletCreated
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
<DynamicContextProvider
settings={{
events: {
onEmbeddedWalletCreated: (jwtVerifiedCredential, user) => {
console.log('onEmbeddedWalletCreated', jwtVerifiedCredential);
console.log('onEmbeddedWalletCreated user', user);
},
}
}}
>
{/* ... rest of your app ... */}
</DynamicContextProvider>
JwtVerifiedCredential
UserProfile
Was this page helpful?