Wormhole · Schema

observations.ObservationDoc

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
emitterAddr string
emitterChain object
guardianAddr string
hash array
id string
indexedAt string
sequence string
signature array
txHash array
updatedAt string
View JSON Schema on GitHub

JSON Schema

observations-observationdoc.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/observations-observationdoc",
  "title": "observations.ObservationDoc",
  "type": "object",
  "properties": {
    "emitterAddr": {
      "type": "string"
    },
    "emitterChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "guardianAddr": {
      "type": "string"
    },
    "hash": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "id": {
      "type": "string"
    },
    "indexedAt": {
      "type": "string"
    },
    "sequence": {
      "type": "string"
    },
    "signature": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "txHash": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "updatedAt": {
      "type": "string"
    }
  }
}