Example #1
0
 public EthGetCompilersUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _ethGetCompilers = new Nethereum.RPC.Eth.Compilation.EthGetCompilers(null);
 }