Method: Aws::ManagedBlockchain::Types::NetworkEthereumAttributes#chain_id

Defined in:
lib/aws-sdk-managedblockchain/types.rb

#chain_idString

The Ethereum ‘CHAIN_ID` associated with the Ethereum network. Chain IDs are as follows:

  • mainnet = ‘1`

^

Returns:

  • (String)


1819
1820
1821
1822
1823
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1819

class NetworkEthereumAttributes < Struct.new(
  :chain_id)
  SENSITIVE = []
  include Aws::Structure
end