Wormhole · Schema

governor.EnqueuedVaas

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
chainId object
enqueuedVaas array
View JSON Schema on GitHub

JSON Schema

governor-enqueuedvaas.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-enqueuedvaas",
  "title": "governor.EnqueuedVaas",
  "type": "object",
  "properties": {
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "enqueuedVaas": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/governor.EnqueuedVaa"
      }
    }
  }
}