2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-02-18 17:56:27 +00:00

12 lines
131 B
Go
Raw Normal View History

package eth
import "container/list"
type PeerListEvent struct {
Peers *list.List
}
type ChainSyncEvent struct {
InSync bool
}