Wormhole · Schema

workflow.EventStatus

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3
View JSON Schema on GitHub

JSON Schema

workflow-eventstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/workflow-eventstatus",
  "title": "workflow.EventStatus",
  "type": "string",
  "enum": [
    "PENDING",
    "DONE"
  ],
  "x-enum-varnames": [
    "EventStatusPending",
    "EventStatusDone"
  ]
}