Wormhole · Schema

relays.RelayResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
completedAt string
data object
failedAt string
id string
receivedAt string
relayer string
status string
View JSON Schema on GitHub

JSON Schema

relays-relayresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/relays-relayresponse",
  "title": "relays.RelayResponse",
  "type": "object",
  "properties": {
    "completedAt": {
      "type": "string"
    },
    "data": {
      "$ref": "#/definitions/relays.RelayDataResponse"
    },
    "failedAt": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "receivedAt": {
      "type": "string"
    },
    "relayer": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}