UNPKG

@ledgerhq/live-common

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