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