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