go-ethereum/core/bor_events.go
2020-11-20 14:25:19 +05:30

10 lines
177 B
Go

package core
import (
"github.com/ethereum/go-ethereum/core/types"
)
// StateSyncEvent represents state sync events
type StateSyncEvent struct {
Data *types.StateSyncData
}