@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
12 lines • 383 B
TypeScript
export declare class Device {
readonly name: string;
readonly targetId: number;
constructor(name: string, targetId: number);
static readonly LNS: Device;
static readonly LNX: Device;
static readonly LNSP: Device;
static readonly STAX: Device;
static readonly FLEX: Device;
static readonly NANO_GEN_5: Device;
}
//# sourceMappingURL=Device.d.ts.map