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