aboutsummaryrefslogtreecommitdiffstats
path: root/test/IPCSocket.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-14 06:12:13 +0800
committerchriseth <c@ethdev.com>2016-06-29 05:18:54 +0800
commitce2258b71e632e01b3f50d47704352065cb01b5d (patch)
tree411df1ffa3165770f3dedb867f716237a8299028 /test/IPCSocket.h
parent966709b7d7ee70cfc550923e22e17a22556609a4 (diff)
downloaddexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.tar
dexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.tar.gz
dexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.tar.bz2
dexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.tar.lz
dexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.tar.xz
dexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.tar.zst
dexon-solidity-ce2258b71e632e01b3f50d47704352065cb01b5d.zip
Balance and storage.
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);