Wormhole · Schema

transactions.ChainPair

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
destinationChain object
emitterChain object
numberOfTransfers string
View JSON Schema on GitHub

JSON Schema

transactions-chainpair.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-chainpair",
  "title": "transactions.ChainPair",
  "type": "object",
  "properties": {
    "destinationChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "emitterChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "numberOfTransfers": {
      "type": "string"
    }
  }
}