aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/closure.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-25 17:29:42 +0800
committerobscuren <geffobscura@gmail.com>2014-08-25 17:29:42 +0800
commit3f904bf3acb5779f68834ebca95825ea1990f85b (patch)
tree80bd348f7948d1f932fc88a7320093f31800d67c /ethvm/closure.go
parentcdbc3ecc2a738a4b8803c40dfc510fd099ce8584 (diff)
downloaddexon-3f904bf3acb5779f68834ebca95825ea1990f85b.tar.gz
dexon-3f904bf3acb5779f68834ebca95825ea1990f85b.tar.zst
dexon-3f904bf3acb5779f68834ebca95825ea1990f85b.zip
Implemented POST
Diffstat (limited to 'ethvm/closure.go')
-rw-r--r--ethvm/closure.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethvm/closure.go b/ethvm/closure.go
index 54bfd05f4..c047a83b7 100644
--- a/ethvm/closure.go
+++ b/ethvm/closure.go
@@ -12,6 +12,7 @@ import (
type ClosureRef interface {
ReturnGas(*big.Int, *big.Int)
Address() []byte
+ Object() *ethstate.StateObject
GetStorage(*big.Int) *ethutil.Value
SetStorage(*big.Int, *ethutil.Value)
}