@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
6 lines (5 loc) • 361 B
TypeScript
import type { CheckoutQuoteResponse } from '@funkit/utils';
export declare const ACROSS_TIME_ESTIMATE_SECONDS = 180;
export declare const ACROSS_DELAYED_AUTO_TRIGGER_CUTOFF: number;
/** Whether the quote was routed through the Across bridge (e.g. CCTP) */
export declare function isAcrossRoute(metadata: CheckoutQuoteResponse['metadata'] | undefined): boolean;