Wormhole · Schema

governor.MaxNotionalAvailableRecord

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
availableNotional integer
chainId object
createdAt string
emitters array
id string
nodeName string
updatedAt string
View JSON Schema on GitHub

JSON Schema

governor-maxnotionalavailablerecord.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-maxnotionalavailablerecord",
  "title": "governor.MaxNotionalAvailableRecord",
  "type": "object",
  "properties": {
    "availableNotional": {
      "type": "integer"
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "createdAt": {
      "type": "string"
    },
    "emitters": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/governor.Emitter"
      }
    },
    "id": {
      "type": "string"
    },
    "nodeName": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}