maxRedeem

Calls the "maxRedeem" function on the contract.

Example

import { maxRedeem } from "thirdweb/extensions/erc4626";
const result = await maxRedeem({
contract,
owner: ...,
});

Parameters

Returns

The parsed result of the function call.