Wormhole · Schema

governor.NotionalLimitDetail

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
chainId object
createdAt string
id string
maxTransactionSize integer
nodeName string
notionalLimit integer
updatedAt string
View JSON Schema on GitHub

JSON Schema

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