NetworkEthereumAttributes

Attributes of Ethereum for a network.

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
ChainId object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-network-ethereum-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-network-ethereum-attributes-schema.json",
  "title": "NetworkEthereumAttributes",
  "description": "Attributes of Ethereum for a network. ",
  "type": "object",
  "properties": {
    "ChainId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p> <ul> <li> <p>mainnet = <code>1</code> </p> </li> <li> <p>goerli = <code>5</code> </p> </li> <li> <p>rinkeby = <code>4</code> </p> </li> </ul>"
        }
      ]
    }
  }
}