Wormhole · Schema

transactions.Tx

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

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

JSON Schema

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