Merge pull request #8 from openrelayxyz/feature/plugeth-parity-vmtrace
Updated core/interface.go to include code(), and input() fields on co…
This commit is contained in:
commit
44c7e0e589
@ -130,6 +130,8 @@ type Contract interface {
|
||||
Caller() Address
|
||||
Address() Address
|
||||
Value() *big.Int
|
||||
Input() []byte
|
||||
Code() []byte
|
||||
}
|
||||
|
||||
type Downloader interface {
|
||||
|
Loading…
Reference in New Issue
Block a user