Wormhole · Schema

relays.RelayDataResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
delivery object
fromTxHash string
instructions object
maxAttempts integer
toTxHash string
View JSON Schema on GitHub

JSON Schema

relays-relaydataresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/relays-relaydataresponse",
  "title": "relays.RelayDataResponse",
  "type": "object",
  "properties": {
    "delivery": {
      "$ref": "#/definitions/relays.DeliveryReponse"
    },
    "fromTxHash": {
      "type": "string"
    },
    "instructions": {
      "$ref": "#/definitions/relays.InstructionsResponse"
    },
    "maxAttempts": {
      "type": "integer"
    },
    "toTxHash": {
      "type": "string"
    }
  }
}