Class: Aws::ManagedBlockchain::Types::NetworkEthereumAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkEthereumAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Attributes of Ethereum for a network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chain_id ⇒ String
The Ethereum
CHAIN_IDassociated with the Ethereum network.
Instance Attribute Details
#chain_id ⇒ String
The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:
-
mainnet =
1 -
goerli =
5
1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1773 class NetworkEthereumAttributes < Struct.new( :chain_id) SENSITIVE = [] include Aws::Structure end |