Wormhole · Schema

governor.TokenList

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
originAddress string
originChainId object
price number
View JSON Schema on GitHub

JSON Schema

governor-tokenlist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-tokenlist",
  "title": "governor.TokenList",
  "type": "object",
  "properties": {
    "originAddress": {
      "type": "string"
    },
    "originChainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "price": {
      "type": "number"
    }
  }
}