UNPKG

@dynamic-labs/sdk-react-core

Version:

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

3 lines (2 loc) 269 B
import { JwtVerifiedCredential, ProjectSettings } from '@dynamic-labs/sdk-api-core'; export declare const isAllowedToLinkWallet: (projectSettings: ProjectSettings | undefined, verifiedCredentials: JwtVerifiedCredential[] | undefined, multiWallet?: boolean) => boolean;