UNPKG

@ledgerhq/coin-aptos

Version:
10 lines 457 B
import type { AccountLike } from "@ledgerhq/types-live"; import { BigNumber } from "bignumber.js"; import type { AptosAccount, Transaction } from "../types"; declare const estimateMaxSpendable: ({ account, parentAccount, transaction, }: { account: AccountLike<AptosAccount>; parentAccount?: AptosAccount; transaction?: Transaction; }) => Promise<BigNumber>; export default estimateMaxSpendable; //# sourceMappingURL=estimateMaxSpendable.d.ts.map