aboutsummaryrefslogtreecommitdiffstats
path: root/test/RPCSession.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-02-08 00:20:05 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-02-10 21:24:56 +0800
commit3128ec2ca5d30aaca78aae457642214f3f52e31f (patch)
tree74ef3c659d3a29db108f1f2e5cdc21b5ac25b33c /test/RPCSession.h
parentaf8e31b023723bfc6baa224931ef6570cd8d9a32 (diff)
downloaddexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.tar
dexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.tar.gz
dexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.tar.bz2
dexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.tar.lz
dexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.tar.xz
dexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.tar.zst
dexon-solidity-3128ec2ca5d30aaca78aae457642214f3f52e31f.zip
Add blockNumber and blockTimestamp to ExecutionFramework
Diffstat (limited to 'test/RPCSession.h')
-rw-r--r--test/RPCSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/RPCSession.h b/test/RPCSession.h
index f1aee6a8..b2e8a309 100644
--- a/test/RPCSession.h
+++ b/test/RPCSession.h
@@ -92,6 +92,7 @@ public:
std::string gasUsed;
std::string contractAddress;
std::vector<LogEntry> logEntries;
+ std::string blockNumber;
};
static RPCSession& instance(std::string const& _path);