Wormhole · Schema

stats.NativeTokenTransferTopAddress

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
fromAddress string
value number
View JSON Schema on GitHub

JSON Schema

stats-nativetokentransfertopaddress.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-nativetokentransfertopaddress",
  "title": "stats.NativeTokenTransferTopAddress",
  "type": "object",
  "properties": {
    "fromAddress": {
      "type": "string"
    },
    "value": {
      "type": "number"
    }
  }
}