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