UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

4 lines (3 loc) 261 B
import { IPasskeyWalletConnector } from '@dynamic-labs/wallet-connector-core'; import { UserProfile } from '@dynamic-labs/types'; export declare const addPasskeyIdentifierToWalletConnector: (walletConnector: IPasskeyWalletConnector, user: UserProfile) => void;