Avalanche · Schema

PrimaryNetworkChainInfo

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
chainName object
network object
View JSON Schema on GitHub

JSON Schema

PrimaryNetworkChainInfo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/PrimaryNetworkChainInfo.json",
  "title": "PrimaryNetworkChainInfo",
  "type": "object",
  "properties": {
    "chainName": {
      "$ref": "#/components/schemas/PrimaryNetworkChainName"
    },
    "network": {
      "$ref": "#/components/schemas/Network"
    }
  },
  "required": [
    "chainName",
    "network"
  ]
}