Removed some VMEnv & Added VmType() to vm.Environment

This commit is contained in:
obscuren
2015-02-01 15:29:57 +01:00
parent 0d97c3ce13
commit d52878c744
6 changed files with 25 additions and 184 deletions

View File

@ -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)