Wormhole · Schema

protocols.ProtocolNetworkPairResult

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
from string
to string
values array
View JSON Schema on GitHub

JSON Schema

protocols-protocolnetworkpairresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/protocols-protocolnetworkpairresult",
  "title": "protocols.ProtocolNetworkPairResult",
  "type": "object",
  "properties": {
    "from": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "values": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/protocols.ProtocolNetworkPairVolume"
      }
    }
  }
}