UNPKG

@ledgerhq/live-common

Version:
7 lines 257 B
import { pressBoth, pressUntilTextFound } from "../speculos"; import { DeviceLabels } from "../enum/DeviceLabels"; export async function sendSui() { await pressUntilTextFound(DeviceLabels.ACCEPT); await pressBoth(); } //# sourceMappingURL=sui.js.map