@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 427 B
JavaScript
;
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