Wormhole · Schema

transactions.Destination

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
chain integer
percentage number
volume number
View JSON Schema on GitHub

JSON Schema

transactions-destination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-destination",
  "title": "transactions.Destination",
  "type": "object",
  "properties": {
    "chain": {
      "type": "integer"
    },
    "percentage": {
      "type": "number"
    },
    "volume": {
      "type": "number"
    }
  }
}