UNPKG

@ledgerhq/hw-transport-web-ble

Version:

Ledger Hardware Wallet Web Bluetooth implementation of the communication layer

6 lines 295 B
/// <reference types="node" /> /// <reference types="node" /> import { Observable } from "rxjs"; import type { Characteristic } from "./types"; export declare const monitorCharacteristic: (characteristic: Characteristic) => Observable<Buffer>; //# sourceMappingURL=monitorCharacteristic.d.ts.map