UNPKG

@dynamic-labs/sdk-react-core

Version:

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

4 lines (3 loc) 284 B
import { ProjectSettings } from '@dynamic-labs/sdk-api-core'; import { WalletOption } from '../../../shared'; export declare const useSetWalletConnectorFetchers: (walletOptions: WalletOption[] | undefined, environmentId: string, projectSettings: ProjectSettings | undefined) => void;