Wormhole · Schema

governor.GovernorLimit

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

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

JSON Schema

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