Wormhole · Schema

governor.EnqueuedVaaDetail

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

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

JSON Schema

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