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