@ledgerhq/coin-multiversx
Version:
Ledger MultiversX Coin integration
10 lines • 421 B
TypeScript
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