예제 #1
0
 public EthEstimateGasUnityRequest(string url, JsonSerializerSettings jsonSerializerSettings = null) : base(url, jsonSerializerSettings)
 {
     _ethEstimateGas = new Nethereum.RPC.Eth.Transactions.EthEstimateGas(null);
 }
예제 #2
0
 public EthEstimateGasUnityRequest(string network = "mainnet", AuthProvider authProvider = null, JsonSerializerSettings jsonSerializerSettings = null) : base(network, authProvider, jsonSerializerSettings)
 {
     _ethEstimateGas = new Nethereum.RPC.Eth.Transactions.EthEstimateGas(null);
 }