UNPKG

@ledgerhq/coin-ton

Version:
5 lines 335 B
import type { DeviceAction, State } from "@ledgerhq/coin-framework/bot/types"; import type { Transaction } from "./types"; import { BotScenario } from "./utils"; export declare const generateDeviceActionFlow: (scenario: BotScenario) => DeviceAction<Transaction, State<Transaction>>; //# sourceMappingURL=speculos-deviceActions.d.ts.map