Initial commit of changes made to interface in service of pretracer type.
This commit is contained in:
parent
eea0ccd0ae
commit
04923f1972
@ -80,6 +80,10 @@ type TracerResult interface {
|
||||
Result() (interface{}, error)
|
||||
}
|
||||
|
||||
type PreTracer interface {
|
||||
CapturePreStart(from Address, to *Address, input []byte, gas uint64, value *big.Int)
|
||||
}
|
||||
|
||||
type StateDB interface {
|
||||
GetBalance(Address) *big.Int
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user