6.24.0 • Published 24 days ago

@ledgerhq/types-devices v6.24.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
24 days ago

@ledgerhq/types-devices

Ledger types for devices and transport.

API

Table of Contents

DeviceModelId

DeviceModelId is a unique identifier to identify the model of a Ledger hardware wallet.

DeviceModel

a DeviceModel contains all the information of a specific Ledger hardware wallet model.

ChargingModes

BatteryStatusFlags

Series of flags to represent the health status of the Ledger hardware wallet battery.

BluetoothInfos

Subscription

represent an ongoing job that can be stopped with .unsubscribe()

Type: {unsubscribe: function (): void}

Properties

  • unsubscribe function (): void

Device

data about the device. not yet typed

Type: any

Observer

Type: Readonly<{next: function (event: Ev): any, error: function (e: any): any, complete: function (): any}>

send

wrapper on top of exchange to simplify work of the implementation.

Type: function (cla: number, ins: number, p1: number, p2: number, data: Buffer, statusList: Array[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)): Promise[Buffer](https://nodejs.org/api/buffer.html)

Parameters

  • cla
  • ins
  • p1
  • p2
  • data
  • statusList is a list of accepted status code (shorts). [0x9000] by default

Returns any a Promise of response buffer

on

Listen to an event on an instance of transport. Transport implementation can have specific events. Here is the common events:

  • "disconnect" : triggered if Transport is disconnected

Type: function (eventName: string, cb: function (...args: Array\): any): void

off

Stop listening to an event on an instance of transport.

Type: function (eventName: string, cb: function (...args: Array\): any): void

setExchangeTimeout

Set a timeout (in milliseconds) for the exchange call. Only some transport might implement it. (e.g. U2F)

Type: function (exchangeTimeout: number): void

setExchangeUnresponsiveTimeout

Define the delay before emitting "unresponsive" on an exchange that does not respond

Type: function (unresponsiveTimeout: number): void

6.24.0

24 days ago

6.24.0-next.0

1 month ago

6.24.0-nightly.0

2 months ago

6.23.0

6 months ago

6.23.0-nightly.0

6 months ago

6.23.0-next.0

6 months ago

6.22.4

1 year ago

6.22.4-next.0

1 year ago

6.22.2

2 years ago

6.22.3

2 years ago

6.22.2-next.0

2 years ago

6.22.3-next.0

2 years ago

6.22.3-nightly.0

2 years ago

6.22.1

2 years ago

6.22.2-nightly.0

2 years ago

6.22.1-next.0

2 years ago

6.22.1-nightly.1

2 years ago

6.22.1-nightly.0

2 years ago

6.22.0

2 years ago