Wormhole · Schema

operations.EmitterAddress

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
hex string
native string
View JSON Schema on GitHub

JSON Schema

operations-emitteraddress.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/operations-emitteraddress",
  "title": "operations.EmitterAddress",
  "type": "object",
  "properties": {
    "hex": {
      "type": "string"
    },
    "native": {
      "type": "string"
    }
  }
}