UNPKG

@ledgerhq/live-common

Version:
11 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sendHedera = void 0; const speculos_1 = require("../speculos"); const DeviceLabels_1 = require("../enum/DeviceLabels"); async function sendHedera() { await (0, speculos_1.pressUntilTextFound)(DeviceLabels_1.DeviceLabels.APPROVE); await (0, speculos_1.pressBoth)(); } exports.sendHedera = sendHedera; //# sourceMappingURL=hedera.js.map