Wormhole · Schema

governor.NotionalAvailable

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
availableNotional integer
chainId object
View JSON Schema on GitHub

JSON Schema

governor-notionalavailable.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-notionalavailable",
  "title": "governor.NotionalAvailable",
  "type": "object",
  "properties": {
    "availableNotional": {
      "type": "integer"
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    }
  }
}