Wormhole · Schema

governor.GovStatus

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
chains array
createdAt string
id string
nodeName string
updatedAt string
View JSON Schema on GitHub

JSON Schema

governor-govstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-govstatus",
  "title": "governor.GovStatus",
  "type": "object",
  "properties": {
    "chains": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/governor.GovStatusChains"
      }
    },
    "createdAt": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "nodeName": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}