UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

11 lines (10 loc) 309 B
declare global { interface Window { trustWallet: any; trustwallet: any; } } export declare const isETHWalletInstalled: (name: string) => boolean; export declare const isFamily: () => boolean; export declare const isRainbow: () => boolean; export declare const isZerion: () => boolean;