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