2025-04-19 15:38:48 +08:00

6 lines
485 B
TypeScript

import { IMobileRegistryEntry, IAppRegistry, IAppEntry } from "@walletconnect/types";
export declare function getWalletRegistryUrl(): string;
export declare function getDappRegistryUrl(): string;
export declare function formatMobileRegistryEntry(entry: IAppEntry, platform?: "mobile" | "desktop"): IMobileRegistryEntry;
export declare function formatMobileRegistry(registry: IAppRegistry, platform?: "mobile" | "desktop"): IMobileRegistryEntry[];
//# sourceMappingURL=registry.d.ts.map