aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-19 21:30:42 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-19 21:30:42 +0800
commitb1e26e28e3996abb2c45edf481681a491a357f32 (patch)
tree1055957cc8d558ef90bb3be971763f54c4b9e5b2 /vm.h
parent52dc2b4bc57c782bf12159e47c0c42490c86f28c (diff)
downloaddexon-solidity-b1e26e28e3996abb2c45edf481681a491a357f32.tar.gz
dexon-solidity-b1e26e28e3996abb2c45edf481681a491a357f32.tar.zst
dexon-solidity-b1e26e28e3996abb2c45edf481681a491a357f32.zip
Add Log tests
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index a52a02e3..eb98aa0a 100644
--- a/vm.h
+++ b/vm.h
@@ -66,6 +66,8 @@ public:
u256 doPosts();
json_spirit::mObject exportEnv();
void importEnv(json_spirit::mObject& _o);
+ json_spirit::mObject exportLog();
+ void importLog(json_spirit::mObject& _o);
json_spirit::mObject exportState();
void importState(json_spirit::mObject& _object);
json_spirit::mObject exportExec();