Ejemplo n.º 1
0
 public NetPeerCountUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _netPeerCount = new Nethereum.RPC.Net.NetPeerCount(null);
 }
Ejemplo n.º 2
0
 public NetPeerCountUnityRequest(string network = "mainnet", AuthProvider authProvider = null, JsonSerializerSettings jsonSerializerSettings = null) : base(network, authProvider, jsonSerializerSettings)
 {
     _netPeerCount = new Nethereum.RPC.Net.NetPeerCount(null);
 }