@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 531 B
TypeScript
import type { Transaction } from "../../generated/types";
import type { ExchangeSwap, ExchangeRate } from "./types";
import type { Account, Operation } from "@ledgerhq/types-live";
declare const _default: ({ account, operation, transaction, swap, swapId, }: {
account: Account;
operation: Operation;
transaction: Transaction;
swap: {
exchange: ExchangeSwap;
exchangeRate: ExchangeRate;
};
swapId: string;
}) => Account;
export default _default;
//# sourceMappingURL=addToSwapHistory.d.ts.map