Wormhole · Schema

governor.GovConfigfTokens

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

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

JSON Schema

governor-govconfigftokens.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-govconfigftokens",
  "title": "governor.GovConfigfTokens",
  "type": "object",
  "properties": {
    "originAddress": {
      "type": "string"
    },
    "originChainId": {
      "type": "integer"
    },
    "price": {
      "type": "number"
    }
  }
}