maxRedeem

Calls the "maxRedeem" function on the contract.

Example

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

Parameters

The options for the maxRedeem function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.