EthereumServerClient.withConnectionParameters constructor
With connection parameters
Implementation
EthereumServerClient.withConnectionParameters(String hostname, [int? port])
: super.withConnectionParameters(
serverHttpAdapter,
hostname,
Ethereum.rpcHttpScheme,
port,
);