7 lines
595 B
TypeScript
Raw Permalink Normal View History

2025-04-19 15:38:48 +08:00
import { IMobileRegistryEntry, IMobileRegistry, IMobileLinkInfo } from "@walletconnect/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