JSPM

@ledgerhq/devices

4.35.1-beta.28+0f83986
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 314448
  • Score
    100M100P100Q173770F
  • License Apache-2.0

Ledger devices

Package Exports

  • @ledgerhq/devices
  • @ledgerhq/devices/lib/hid-framing

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ledgerhq/devices) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ledgerhq/devices

Logic for all Ledger devices.

API

Table of Contents

createHIDframing

Parameters

ledgerUSBVendorId

Type: number

getDeviceModel

Parameters

Returns DeviceModel

identifyUSBProductId

Parameters

Returns DeviceModel?

getBluetoothServiceUuids

getInfosForServiceUuid

Parameters

Returns BluetoothInfos?

DeviceModel

Type: {id: string, productName: string, usbProductId: number, bluetoothSpec: Array<{serviceUuid: string, writeUuid: string, notifyUuid: string}>?}

Properties

BluetoothInfos

Type: {deviceModel: DeviceModel, serviceUuid: string, writeUuid: string, notifyUuid: string}

Properties