Wormhole · Schema

governor.GovStatusChainEmitter

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
emitterAddress string
enqueuedVaas object
totalEnqueuedVaas integer
View JSON Schema on GitHub

JSON Schema

governor-govstatuschainemitter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-govstatuschainemitter",
  "title": "governor.GovStatusChainEmitter",
  "type": "object",
  "properties": {
    "emitterAddress": {
      "type": "string"
    },
    "enqueuedVaas": {},
    "totalEnqueuedVaas": {
      "type": "integer"
    }
  }
}