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