UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

21 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./api"), exports); tslib_1.__exportStar(require("./account"), exports); tslib_1.__exportStar(require("./coinInfo"), exports); tslib_1.__exportStar(require("./device"), exports); tslib_1.__exportStar(require("./fees"), exports); tslib_1.__exportStar(require("./firmware"), exports); tslib_1.__exportStar(require("./params"), exports); tslib_1.__exportStar(require("./settings"), exports); tslib_1.__exportStar(require("./api/cardano"), exports); tslib_1.__exportStar(require("./api/binance"), exports); tslib_1.__exportStar(require("./api/bitcoin"), exports); tslib_1.__exportStar(require("./api/eos"), exports); tslib_1.__exportStar(require("./api/ripple"), exports); tslib_1.__exportStar(require("./api/ethereum"), exports); tslib_1.__exportStar(require("./api/solana"), exports); tslib_1.__exportStar(require("./api/stellar"), exports); tslib_1.__exportStar(require("./api/tezos"), exports); //# sourceMappingURL=index.js.map