Wormhole · Schema

governor.EnqueuedVaaItemResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
emitterAddress string
emitterChain object
notionalValue string
releaseTime integer
sequence integer
txHash string
View JSON Schema on GitHub

JSON Schema

governor-enqueuedvaaitemresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-enqueuedvaaitemresponse",
  "title": "governor.EnqueuedVaaItemResponse",
  "type": "object",
  "properties": {
    "emitterAddress": {
      "type": "string"
    },
    "emitterChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "notionalValue": {
      "type": "string"
    },
    "releaseTime": {
      "type": "integer"
    },
    "sequence": {
      "type": "integer"
    },
    "txHash": {
      "type": "string"
    }
  }
}