Wormhole · Schema

protocols.ProtocolNetworkPairResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
data object
protocol string
View JSON Schema on GitHub

JSON Schema

protocols-protocolnetworkpairresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/protocols-protocolnetworkpairresponse",
  "title": "protocols.ProtocolNetworkPairResponse",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/definitions/protocols.ProtocolNetworkPairResult"
    },
    "protocol": {
      "type": "string"
    }
  }
}