UNPKG

@ledgerhq/live-common

Version:
8 lines 333 B
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