@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 644 B
TypeScript
import { BigNumber } from "bignumber.js";
import { Account, Operation } from "@ledgerhq/types-live";
import { ExchangeSwap } from "./types";
import { Transaction } from "../../generated/types";
export declare const getUpdateAccountWithUpdaterParams: ({ result, exchange, transaction, magnitudeAwareRate, provider, }: {
result: {
operation: Operation;
swapId: string;
};
exchange: ExchangeSwap;
transaction?: Transaction | null | undefined;
magnitudeAwareRate: BigNumber;
provider: string;
}) => [] | [string, (account: Account) => Account];
//# sourceMappingURL=getUpdateAccountWithUpdaterParams.d.ts.map