UNPKG

@funkit/connect

Version:

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

9 lines (8 loc) 361 B
import { PaymentMethod } from './paymentMethods'; export declare const L1_FEES_ESTIMATE = 1; export declare const L2_FEES_ESTIMATE = 1; export declare const BROKERAGE_FEES_ESTIMATE = 0; /** * Estimating overall fees */ export declare const getFeesUsdEstimate: (targetChainId: string, assetChainId: string, paymentMethod: PaymentMethod | undefined) => number;