Wormhole · Schema

governor.GovernorVaasResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
amount integer
chainId object
emitterAddress string
releaseTime string
sequence string
status string
txHash string
vaaId string
View JSON Schema on GitHub

JSON Schema

governor-governorvaasresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-governorvaasresponse",
  "title": "governor.GovernorVaasResponse",
  "type": "object",
  "properties": {
    "amount": {
      "type": "integer"
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "emitterAddress": {
      "type": "string"
    },
    "releaseTime": {
      "type": "string"
    },
    "sequence": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "txHash": {
      "type": "string"
    },
    "vaaId": {
      "type": "string"
    }
  }
}