Home
last modified time | relevance | path

Searched defs:eth_getBlockByNumber (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libweb3jsonrpc/
H A DEth.cpp371 Json::Value Eth::eth_getBlockByNumber(string const& _blockNumber, bool _includeTransactions) in eth_getBlockByNumber() function in Eth
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libweb3jsonrpc/
H A DWebThreeStubClient.h322 …Json::Value eth_getBlockByNumber(const std::string& param1, bool param2) throw (jsonrpc::JsonRpcEx… in eth_getBlockByNumber() function