Home
last modified time | relevance | path

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 DClientBase.cpp18 …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 DClientBase.h59 …ss const& _from, u256 _value, Address _dest, bytes const& _data, int64_t _maxGas, u256 _gasPrice, …
H A DInterface.h88 …ss const& _from, u256 _value, Address _dest, bytes const& _data, int64_t _maxGas, u256 _gasPrice, …