Wormhole · Schema

infrastructure.VersionResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
build string
build_date string
version string
View JSON Schema on GitHub

JSON Schema

infrastructure-versionresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/infrastructure-versionresponse",
  "title": "infrastructure.VersionResponse",
  "type": "object",
  "properties": {
    "build": {
      "type": "string"
    },
    "build_date": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}