Wormhole · Schema

relays.DeliveryReponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
budget string
execution object
maxRefund string
relayGasUsed integer
targetChainDecimals integer
View JSON Schema on GitHub

JSON Schema

relays-deliveryreponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/relays-deliveryreponse",
  "title": "relays.DeliveryReponse",
  "type": "object",
  "properties": {
    "budget": {
      "type": "string"
    },
    "execution": {
      "$ref": "#/definitions/relays.ResultExecutionResponse"
    },
    "maxRefund": {
      "type": "string"
    },
    "relayGasUsed": {
      "type": "integer"
    },
    "targetChainDecimals": {
      "type": "integer"
    }
  }
}