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