Skip to main content

ContractList

The ContractList object represents a paginated collection of Contract objects representing individual smart contracts.

Schema Definition

type ContractList {
numEntries: UInt64!
cursor: UInt64
entries: [Contract!]!
}

Fields

FieldTypeDescription
numEntriesUInt64! non-null scalarThe total number of contract entries matching the query criteria in the current page.
cursorUInt64 scalarAn optional pagination cursor pointing to the next page of results. Use this value with skip in subsequent queries to fetch the next page.
entries[Contract!]! non-null objectAn array of Contract objects representing individual smart contracts.

Returned By

contracts query