Wormhole · Schema

workflow.EventType

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3
View JSON Schema on GitHub

JSON Schema

workflow-eventtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/workflow-eventtype",
  "title": "workflow.EventType",
  "type": "string",
  "enum": [
    "SOURCE_TX",
    "GOVERNOR",
    "SIGNED_VAA",
    "VAA_REDEEMED",
    "END_OF_WORKFLOW",
    "ERROR",
    "SEARCHING"
  ],
  "x-enum-varnames": [
    "EventTypeSourceTx",
    "EventTypeGovernor",
    "EventTypeSignedVaa",
    "EventTypeVaaRedeemed",
    "EventTypeEOW",
    "EventTypeError",
    "EventTypeSearching"
  ]
}