6 lines
485 B
TypeScript
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
|