aboutsummaryrefslogtreecommitdiffstats
path: root/vm
diff options
context:
space:
mode:
Diffstat (limited to 'vm')
-rw-r--r--vm/environment.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/environment.go b/vm/environment.go
index 8ec13ee41..8507e248f 100644
--- a/vm/environment.go
+++ b/vm/environment.go
@@ -22,6 +22,8 @@ type Environment interface {
Transfer(from, to Account, amount *big.Int) error
AddLog(state.Log)
+ VmType() Type
+
Depth() int
SetDepth(i int)