@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 333 B
TypeScript
import { WalletSyncEnvironment } from "@ledgerhq/types-live";
type EnvironmentParams = {
cloudSyncApiBaseUrl: string;
trustchainApiBaseUrl: string;
};
export default function getEnvironmentParams(environment: WalletSyncEnvironment | undefined): EnvironmentParams;
export {};
//# sourceMappingURL=getEnvironmentParams.d.ts.map