UNPKG

@ledgerhq/live-common

Version:
7 lines 264 B
import { pressBoth, pressUntilTextFound } from "../speculos"; import { DeviceLabels } from "../enum/DeviceLabels"; export async function sendHedera() { await pressUntilTextFound(DeviceLabels.APPROVE); await pressBoth(); } //# sourceMappingURL=hedera.js.map