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