Exemplo n.º 1
0
 public EthGetWorkUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _ethGetWork = new Nethereum.RPC.Eth.Mining.EthGetWork(null);
 }
Exemplo n.º 2
0
 public EthGetWorkUnityRequest(string network = "mainnet", AuthProvider authProvider = null, JsonSerializerSettings jsonSerializerSettings = null) : base(network, authProvider, jsonSerializerSettings)
 {
     _ethGetWork = new Nethereum.RPC.Eth.Mining.EthGetWork(null);
 }