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