Wormhole · Schema

relays.ResultExecutionResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
detail string
gasUsed string
refundStatus string
revertString string
status string
transactionHash string
View JSON Schema on GitHub

JSON Schema

relays-resultexecutionresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/relays-resultexecutionresponse",
  "title": "relays.ResultExecutionResponse",
  "type": "object",
  "properties": {
    "detail": {
      "type": "string"
    },
    "gasUsed": {
      "type": "string"
    },
    "refundStatus": {
      "type": "string"
    },
    "revertString": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "transactionHash": {
      "type": "string"
    }
  }
}