Interface NetworkEthereumAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NetworkEthereumAttributes.Builder,NetworkEthereumAttributes>, SdkBuilder<NetworkEthereumAttributes.Builder,NetworkEthereumAttributes>, SdkPojo
Enclosing class:
NetworkEthereumAttributes

public static interface NetworkEthereumAttributes.Builder extends SdkPojo, CopyableBuilder<NetworkEthereumAttributes.Builder,NetworkEthereumAttributes>
  • Method Details

    • chainId

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

      • mainnet = 1

      • goerli = 5

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

      • mainnet = 1

      • goerli = 5

      Returns:
      Returns a reference to this object so that method calls can be chained together.