UNPKG

@ledgerhq/coin-filecoin

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