commit
0adff214c3
|
@ -82,7 +82,7 @@ type RpcServer interface {
|
||||||
|
|
||||||
type Log struct {
|
type Log struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
Topic []string `json:"topics"`
|
Topic []string `json:"topic"`
|
||||||
Data string `json:"data"`
|
Data string `json:"data"`
|
||||||
Number uint64 `json:"number"`
|
Number uint64 `json:"number"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue