Wormhole · Schema

operations.Transaction

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
secondTxHash string
txHash string
View JSON Schema on GitHub

JSON Schema

operations-transaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/operations-transaction",
  "title": "operations.Transaction",
  "type": "object",
  "properties": {
    "secondTxHash": {
      "type": "string"
    },
    "txHash": {
      "type": "string"
    }
  }
}