@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
23 lines • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FirmwareType = void 0;
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/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);
var device_utils_1 = require("@trezor/device-utils");
Object.defineProperty(exports, "FirmwareType", { enumerable: true, get: function () { return device_utils_1.FirmwareType; } });
//# sourceMappingURL=index.js.map