Class: Aws::ManagedBlockchain::Types::NetworkEthereumAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Attributes of Ethereum for a network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chain_idString

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

  • mainnet = 1

  • goerli = 5

Returns:

  • (String)


1816
1817
1818
1819
1820
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1816

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