@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 364 B
TypeScript
import { LiveAppManifest } from "../../platform/types";
/** Appends query params to dapp URL or live app URL that might contain existing search params. */
export declare function appendQueryParamsToManifestURL(manifest: LiveAppManifest, queryString?: Record<string, string | string[]>): URL | undefined;
//# sourceMappingURL=appendQueryParamsToManifestURL.d.ts.map