Interface NetworkEthereumAttributes.Builder

    • Method Detail

      • chainId

        NetworkEthereumAttributes.Builder chainId​(String chainId)

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

        • mainnet = 1

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

        • mainnet = 1

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