Wormhole · Schema

operations.Vaa

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
guardianSetIndex integer
isDuplicated boolean
raw array
View JSON Schema on GitHub

JSON Schema

operations-vaa.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/operations-vaa",
  "title": "operations.Vaa",
  "type": "object",
  "properties": {
    "guardianSetIndex": {
      "type": "integer"
    },
    "isDuplicated": {
      "type": "boolean"
    },
    "raw": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  }
}