Hedera · Schema

ContractResultsResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
results object
links object
View JSON Schema on GitHub

JSON Schema

ContractResultsResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/ContractResultsResponse.json",
  "title": "ContractResultsResponse",
  "type": "object",
  "properties": {
    "results": {
      "$ref": "#/components/schemas/ContractResults"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}