Calls the "nextTokenIdToMint" function on the contract.
import { nextTokenIdToMint } from "thirdweb/extensions/erc721"; const result = await nextTokenIdToMint({ contract,});
function nextTokenIdToMint( options: BaseTransactionOptions,): Promise<bigint>;
The options for the nextTokenIdToMint function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<bigint>;
The parsed result of the function call.