Wormhole · Schema

github_com_wormhole-foundation_wormhole-explorer_api_routes_guardian_guardian.GuardianSet

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
addresses array
index integer
View JSON Schema on GitHub

JSON Schema

guardianset.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/guardianset",
  "title": "github_com_wormhole-foundation_wormhole-explorer_api_routes_guardian_guardian.GuardianSet",
  "type": "object",
  "properties": {
    "addresses": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "index": {
      "type": "integer"
    }
  }
}