@ledgerhq/coin-stacks
Version:
Ledger Stacks Coin integration
5 lines • 310 B
TypeScript
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