Implemented LOG. Closes #159
This commit is contained in:
@ -20,6 +20,7 @@ type Environment interface {
|
||||
BlockHash() []byte
|
||||
GasLimit() *big.Int
|
||||
Transfer(from, to Account, amount *big.Int) error
|
||||
AddLog(Log)
|
||||
}
|
||||
|
||||
type Object interface {
|
||||
|
Reference in New Issue
Block a user