@ledgerhq/ledger-cal-service
Version:
Ledger CAL service client
11 lines • 339 B
TypeScript
export type ServiceOption = {
env?: "prod" | "test";
signatureKind?: "prod" | "test";
ref?: string | undefined;
};
export declare const DEFAULT_OPTION: ServiceOption;
export declare const STAGING_ENV: {
env: "test";
};
export declare function getCALDomain(env: "prod" | "test"): string;
//# sourceMappingURL=common.d.ts.map