Create getBlockByNumber RPC method

This commit is contained in:
Alex Beregszaszi
2017-02-10 13:24:56 +00:00
parent 4cf44f1b41
commit 702ee20a01
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -98,6 +98,7 @@ public:
static RPCSession& instance(std::string const& _path);
std::string eth_getCode(std::string const& _address, std::string const& _blockNumber);
Json::Value eth_getBlockByNumber(std::string const& _blockNumber, bool _fullObjects);
std::string eth_call(TransactionData const& _td, std::string const& _blockNumber);
TransactionReceipt eth_getTransactionReceipt(std::string const& _transactionHash);
std::string eth_sendTransaction(TransactionData const& _transactionData);