Wormhole · Schema

heartbeats.HeartbeatNetworkResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
contractAddress string
errorCount string
height string
id integer
View JSON Schema on GitHub

JSON Schema

heartbeats-heartbeatnetworkresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/heartbeats-heartbeatnetworkresponse",
  "title": "heartbeats.HeartbeatNetworkResponse",
  "type": "object",
  "properties": {
    "contractAddress": {
      "type": "string"
    },
    "errorCount": {
      "type": "string"
    },
    "height": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    }
  }
}