@ledgerhq/coin-aptos
Version:
Ledger Aptos Coin integration
10 lines • 457 B
TypeScript
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