Exemplo n.º 1
0
 public EthCompileSolidityUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _ethCompileSolidity = new Nethereum.RPC.Eth.Compilation.EthCompileSolidity(null);
 }
Exemplo 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);
 }