Add blockNumber and blockTimestamp to ExecutionFramework

This commit is contained in:
Alex Beregszaszi
2017-02-10 13:24:56 +00:00
parent af8e31b023
commit 3128ec2ca5
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -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);