getBaseURICount

Calls the "getBaseURICount" function on the contract.

Example

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

Parameters

The options for the getBaseURICount function.

Type

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

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.