UNPKG

@ledgerhq/coin-aptos

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