UNPKG

@ledgerhq/coin-mina

Version:
4 lines 265 B
import type { DeviceAction, State } from "@ledgerhq/coin-framework/bot/types"; import type { Transaction } from "../types/common"; export declare const acceptTransaction: DeviceAction<Transaction, State<Transaction>>; //# sourceMappingURL=bot-deviceActions.d.ts.map