aboutsummaryrefslogtreecommitdiffstats
path: root/test/IPCSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/IPCSocket.h')
-rw-r--r--test/IPCSocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/IPCSocket.h b/test/IPCSocket.h
index bc641e88..89e1d50a 100644
--- a/test/IPCSocket.h
+++ b/test/IPCSocket.h
@@ -80,6 +80,7 @@ public:
std::string eth_sendTransaction(TransactionData const& _transactionData);
std::string eth_sendTransaction(std::string const& _transaction);
std::string eth_getBalance(std::string const& _address, std::string const& _blockNumber);
+ std::string eth_getStorageRoot(std::string const& _address, std::string const& _blockNumber);
std::string personal_newAccount(std::string const& _password);
void personal_unlockAccount(std::string const& _address, std::string const& _password, int _duration);
void test_setChainParams(std::string const& _author, std::string const& _account, std::string const& _balance);