@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
11 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getThpChannel = void 0;
const constants_1 = require("../../constants");
const getThpChannel = async (_device, _withInteraction) => {
await new Promise((_, reject) => {
reject(constants_1.ERRORS.TypedError('Device_ThpStateMissing'));
});
};
exports.getThpChannel = getThpChannel;
//# sourceMappingURL=index.js.map