Added address to account and contract
Contract and account now both have an address field or method for the sake of simplicity.
This commit is contained in:
@ -15,6 +15,7 @@ type ClosureBody interface {
|
||||
Callee
|
||||
ethutil.RlpEncodable
|
||||
GetMem(int64) *ethutil.Value
|
||||
Address() []byte
|
||||
}
|
||||
|
||||
// Basic inline closure object which implement the 'closure' interface
|
||||
|
Reference in New Issue
Block a user