UNPKG

@funkit/connect

Version:

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

6 lines (5 loc) 206 B
import { PaymentMethod } from '~/domains/paymentMethods'; export declare function useMinCheckoutDeposit({ currency, paymentMethod, }: { currency?: string; paymentMethod?: PaymentMethod; }): number;