Wormhole · Schema

transactions.OriginTx

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
attribute object
from string
status string
txHash string
View JSON Schema on GitHub

JSON Schema

transactions-origintx.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-origintx",
  "title": "transactions.OriginTx",
  "type": "object",
  "properties": {
    "attribute": {
      "$ref": "#/definitions/transactions.AttributeDoc"
    },
    "from": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "txHash": {
      "type": "string"
    }
  }
}