UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

7 lines (6 loc) 350 B
import type { FunAddress } from '@funkit/api-base'; import type { GeneralWalletContextProps } from '~/providers/GeneralWalletProvider'; export declare const useIsBlacklisted: (walletAddress: GeneralWalletContextProps["walletAddress"], customRecipient?: FunAddress) => { isWalletBlacklisted: boolean; isCustomRecipientBlacklisted: boolean; };