@ledgerhq/coin-filecoin
Version:
Ledger Filecoin Coin integration
5 lines • 322 B
TypeScript
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