Wormhole · Schema

operations.TargetChain

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
balanceChanges array
chainId object
fee string
feeUSD string
from string
gasTokenNotional string
status string
timestamp string
to string
transaction object
View JSON Schema on GitHub

JSON Schema

operations-targetchain.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/operations-targetchain",
  "title": "operations.TargetChain",
  "type": "object",
  "properties": {
    "balanceChanges": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/github_com_wormhole-foundation_wormhole-explorer_api_routes_wormscan_operations.BalanceChanges"
      }
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "fee": {
      "type": "string"
    },
    "feeUSD": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "gasTokenNotional": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "transaction": {
      "$ref": "#/definitions/operations.Transaction"
    }
  }
}