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