UNPKG

@ledgerhq/coin-stacks

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