startTokenId

Calls the "startTokenId" function on the contract.

Example

import { startTokenId } from "thirdweb/extensions/erc721";
const result = await startTokenId({
contract,
});
function startTokenId(
): Promise<bigint>;

Parameters

The options for the startTokenId function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.