Wormhole · Schema

workflow.Event

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
data object
error string
event object
status object
step integer
subscriptionId string
timestamp string
totalSteps integer
View JSON Schema on GitHub

JSON Schema

workflow-event.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/workflow-event",
  "title": "workflow.Event",
  "type": "object",
  "properties": {
    "data": {},
    "error": {
      "type": "string"
    },
    "event": {
      "$ref": "#/definitions/workflow.EventType"
    },
    "status": {
      "$ref": "#/definitions/workflow.EventStatus"
    },
    "step": {
      "type": "integer"
    },
    "subscriptionId": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "totalSteps": {
      "type": "integer"
    }
  }
}