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