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