Wormhole · Schema

governor.AvailableNotionalItemResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
bigTransactionSize string
chainId object
notionalLimit string
remainingAvailableNotional string
View JSON Schema on GitHub

JSON Schema

governor-availablenotionalitemresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-availablenotionalitemresponse",
  "title": "governor.AvailableNotionalItemResponse",
  "type": "object",
  "properties": {
    "bigTransactionSize": {
      "type": "string"
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "notionalLimit": {
      "type": "string"
    },
    "remainingAvailableNotional": {
      "type": "string"
    }
  }
}