@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
5 lines (4 loc) • 328 B
TypeScript
import type { WalletInstance } from './Wallet';
export declare const getExtensionDownloadUrl: (wallet?: WalletInstance) => string | undefined;
export declare const getMobileDownloadUrl: (wallet?: WalletInstance) => string | undefined;
export declare const getDesktopDownloadUrl: (wallet?: WalletInstance) => string | undefined;