Calls the "maxWithdraw" function on the contract.
import { maxWithdraw } from "thirdweb/extensions/erc4626"; const result = await maxWithdraw({ contract, owner: ...,});
function maxWithdraw( options: BaseTransactionOptions<MaxWithdrawParams>,): Promise<bigint>;
The options for the maxWithdraw function.
let options: BaseTransactionOptions<MaxWithdrawParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.