Wormhole · Schema

heartbeats.HeartbeatResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
p2pNodeAddr string
rawHeartbeat object
verifiedGuardianAddr string
View JSON Schema on GitHub

JSON Schema

heartbeats-heartbeatresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/heartbeats-heartbeatresponse",
  "title": "heartbeats.HeartbeatResponse",
  "type": "object",
  "properties": {
    "p2pNodeAddr": {
      "type": "string"
    },
    "rawHeartbeat": {
      "$ref": "#/definitions/heartbeats.RawHeartbeat"
    },
    "verifiedGuardianAddr": {
      "type": "string"
    }
  }
}