Exemplo n.º 1
0
 public EthCompileSerpentUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _ethCompileSerpent = new Nethereum.RPC.Eth.Compilation.EthCompileSerpent(null);
 }
Exemplo n.º 2
0
 public EthCompileSerpentUnityRequest(string network = "mainnet", AuthProvider authProvider = null, JsonSerializerSettings jsonSerializerSettings = null) : base(network, authProvider, jsonSerializerSettings)
 {
     _ethCompileSerpent = new Nethereum.RPC.Eth.Compilation.EthCompileSerpent(null);
 }