aboutsummaryrefslogtreecommitdiffstats
path: root/test/IPCSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/IPCSocket.h')
-rw-r--r--test/IPCSocket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/IPCSocket.h b/test/IPCSocket.h
index 9b4ab73e..bc641e88 100644
--- a/test/IPCSocket.h
+++ b/test/IPCSocket.h
@@ -59,10 +59,17 @@ public:
std::string toJson() const;
};
+ struct LogEntry {
+ std::string address;
+ std::vector<std::string> topics;
+ std::string data;
+ };
+
struct TransactionReceipt
{
std::string gasUsed;
std::string contractAddress;
+ std::vector<LogEntry> logEntries;
};
static RPCSession& instance(std::string const& _path);