Home
last modified time | relevance | path

Searched refs:EthFace (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libweb3jsonrpc/
H A DEthFace.h12 class EthFace : public ServerInterface<EthFace>
15 EthFace() in EthFace() function
18 …te", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_STRING, NULL), &dev::rpc::EthFace::eth_hashrateI); in EthFace()
19 …se", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_STRING, NULL), &dev::rpc::EthFace::eth_coinbaseI); in EthFace()
20 …ing", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_BOOLEAN, NULL), &dev::rpc::EthFace::eth_miningI); in EthFace()
21 …ce", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_STRING, NULL), &dev::rpc::EthFace::eth_gasPriceI); in EthFace()
22 …nts", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_ARRAY, NULL), &dev::rpc::EthFace::eth_accountsI); in EthFace()
23 …", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_STRING, NULL), &dev::rpc::EthFace::eth_blockNumberI… in EthFace()
36 …lush", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_BOOLEAN, NULL), &dev::rpc::EthFace::eth_flushI); in EthFace()
56 …Work", jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_ARRAY, NULL), &dev::rpc::EthFace::eth_getWorkI); in EthFace()
[all …]
H A DEth.h44 class Eth: public dev::rpc::EthFace
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libweb3jsonrpc/
H A Djsonrpc.cpp126 using FullServer = ModularServer<rpc::EthFace, rpc::NetFace, rpc::Web3Face, in JsonRpcFixture()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/aleth/
H A Dmain.cpp979 rpc::EthFace, in main()