Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@ledgerhq/types-devices

Package Overview
Dependencies
Maintainers
20
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/types-devices

Ledger types for devices and transport.


Version published
Maintainers
20
Created
Source

@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>): Promise<Buffer>

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>): any): void

off

Stop listening to an event on an instance of transport.

Type: function (eventName: string, cb: function (...args: Array<any>): 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

Keywords

FAQs

Package last updated on 13 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc