UNPKG

@ledgerhq/coin-multiversx

Version:
10 lines 421 B
import type { AccountBridge } from "@ledgerhq/types-live"; import type { Transaction } from "./types"; /** * Returns the maximum possible amount for transaction * * @param {Object} param - the account, parentAccount and transaction */ export declare const estimateMaxSpendable: AccountBridge<Transaction>["estimateMaxSpendable"]; export default estimateMaxSpendable; //# sourceMappingURL=estimateMaxSpendable.d.ts.map