@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 297 B
TypeScript
import type { AccountLike } from "@ledgerhq/types-live";
import type { SwapHistorySection } from "./types";
declare const getCompleteSwapHistory: (accounts: AccountLike[]) => Promise<SwapHistorySection[]>;
export default getCompleteSwapHistory;
//# sourceMappingURL=getCompleteSwapHistory.d.ts.map