Wormhole · Schema

governor.GovConfig

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

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

JSON Schema

governor-govconfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-govconfig",
  "title": "governor.GovConfig",
  "type": "object",
  "properties": {
    "chains": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/governor.GovConfigChains"
      }
    },
    "counter": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "nodeName": {
      "type": "string"
    },
    "tokens": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/governor.GovConfigfTokens"
      }
    },
    "updatedAt": {
      "type": "string"
    }
  }
}