@ledgerhq/hw-transport-webusb
Version:
Ledger Hardware Wallet WebUSB implementation of the communication layer
6 lines • 333 B
TypeScript
/// <reference types="w3c-web-usb" />
export declare function requestLedgerDevice(): Promise<USBDevice>;
export declare function getLedgerDevices(): Promise<USBDevice[]>;
export declare function getFirstLedgerDevice(): Promise<USBDevice>;
export declare const isSupported: () => Promise<boolean>;
//# sourceMappingURL=webusb.d.ts.map