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