@aleworm/hw-transport-node-hid-noevents
v5.51.2
Published
Ledger Hardware Wallet Node implementation of the communication layer, using node-hid. without usb events
Downloads
5
Maintainers
Readme
@ledgerhq/hw-transport-node-hid-noevents
Allows to communicate with Ledger Hardware Wallets.
[Node]/Electron (HID) – uses only node-hid
. Does not provide USB events.
API
Table of Contents
TransportNodeHidNoEvents
Extends Transport
node-hid Transport minimal implementation
Parameters
device
HID.HID
Examples
import TransportNodeHid from "@ledgerhq/hw-transport-node-hid-noevents";
...
TransportNodeHid.create().then(transport => ...)
exchange
Exchange with the device using APDU protocol.
Parameters
apdu
Buffer
Returns Promise<Buffer> a promise of apdu response
close
release the USB device.
Returns Promise<void>
isSupported
list
Returns Promise<Array<string?>>
listen
Parameters
observer
Observer<DescriptorEvent<string?>>
Returns Subscription
open
if path="" is not provided, the library will take the first device
Parameters
path
string?