UNPKG

@deficonnect/browser-utils

Version:
7 lines 593 B
import { IMobileRegistryEntry, IMobileRegistry, IMobileLinkInfo } from "@deficonnect/types"; export declare const mobileLinkChoiceKey = "WALLETCONNECT_DEEPLINK_CHOICE"; export declare function formatIOSMobile(uri: string, entry: IMobileRegistryEntry): string; export declare function saveMobileLinkInfo(data: IMobileLinkInfo): void; export declare function getMobileRegistryEntry(registry: IMobileRegistry, name: string): IMobileRegistryEntry; export declare function getMobileLinkRegistry(registry: IMobileRegistry, whitelist?: string[]): IMobileRegistry; //# sourceMappingURL=mobile.d.ts.map