UNPKG

@dynamic-labs/sdk-react-core

Version:

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

5 lines (4 loc) 333 B
import { UserProfile } from '@dynamic-labs/types'; import type { WalletConnector } from '@dynamic-labs/wallet-connector-core'; import { Wallet } from '../../../shared/types'; export declare const isSelectedWalletAlreadyConnected: (linkedWallets: Wallet[], selectedWallet: WalletConnector, user?: UserProfile | undefined) => boolean;