Wormhole · Schema

transactions.DestinationTx

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
blockNumber string
chainId object
from string
method string
status string
timestamp string
to string
txHash string
updatedAt string
View JSON Schema on GitHub

JSON Schema

transactions-destinationtx.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-destinationtx",
  "title": "transactions.DestinationTx",
  "type": "object",
  "properties": {
    "blockNumber": {
      "type": "string"
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "from": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "txHash": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}