BalanceOfBatchParams

Represents the parameters for the "balanceOfBatch" function.

type BalanceOfBatchParams = {
owners: AbiParameterToPrimitiveType<{
name: "_owners";
type: "address[]";
}>;
tokenIds: AbiParameterToPrimitiveType<{
name: "tokenIds";
type: "uint256[]";
}>;
};