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