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