UNPKG

@tronlink/core

Version:

The library serves as a core module within TronLink Extension, which provides low-level wallet functionality for both Tron and Ethereum networks, primary features includes account generation and transaction signing

13 lines 463 B
export var DeviceStatusType; (function (DeviceStatusType) { DeviceStatusType["LOCKED"] = "LOCKED"; DeviceStatusType["UNAUTHORIZED"] = "UNAUTHORIZED"; DeviceStatusType["AUTHORIZED"] = "AUTHORIZED"; })(DeviceStatusType || (DeviceStatusType = {})); export class LedgerHidStatusChecker { checkEnableUseHID() { // @ts-ignore return !!(window.navigator && window.navigator.hid); } } //# sourceMappingURL=LedgerHidStatusChecker.js.map