Skip to main content

issuanceCountByContract

Returns the issuance count, grouped by Contract, optionally matching the specified criteria.

issuanceCountByContract(
limit: PositiveInt
offset: PositiveInt
where: IssuanceWhere
): [ContractCount!]!

Arguments

issuanceCountByContract.limit ● PositiveInt scalar

issuanceCountByContract.offset ● PositiveInt scalar

issuanceCountByContract.where ● IssuanceWhere input

Type

ContractCount object

Represents a count of occurrences of a contract.