@ledgerhq/coin-aptos
Version:
Ledger Aptos Coin integration
6 lines • 408 B
TypeScript
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