@ledgerhq/coin-ton
Version:
5 lines • 335 B
TypeScript
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