@ledgerhq/coin-celo
Version:
8 lines • 338 B
TypeScript
import { BigNumber } from "bignumber.js";
import type { CeloAccount, Transaction } from "../types";
declare const getFeesForTransaction: ({ account, transaction, }: {
account: CeloAccount;
transaction: Transaction;
}) => Promise<BigNumber>;
export default getFeesForTransaction;
//# sourceMappingURL=getFeesForTransaction.d.ts.map