Esempio n. 1
0
 public EthCompileLLLUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _ethCompileLLL = new Nethereum.RPC.Eth.Compilation.EthCompileLLL(null);
 }
Esempio n. 2
0
 public EthCompileLLLUnityRequest(string network = "mainnet", AuthProvider authProvider = null, JsonSerializerSettings jsonSerializerSettings = null) : base(network, authProvider, jsonSerializerSettings)
 {
     _ethCompileLLL = new Nethereum.RPC.Eth.Compilation.EthCompileLLL(null);
 }