Searched refs:_maxGas (Results 1 – 3 of 3) sorted by relevance
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/ |
H A D | ClientBase.cpp | 18 …ss const& _from, u256 _value, Address _dest, bytes const& _data, int64_t _maxGas, u256 _gasPrice, … in estimateGas() argument 22 int64_t upperBound = _maxGas; in estimateGas()
|
H A D | ClientBase.h | 59 …ss const& _from, u256 _value, Address _dest, bytes const& _data, int64_t _maxGas, u256 _gasPrice, …
|
H A D | Interface.h | 88 …ss const& _from, u256 _value, Address _dest, bytes const& _data, int64_t _maxGas, u256 _gasPrice, …
|