prysm-pulse/beacon-chain/rpc/prysm/validator/server.go

10 lines
140 B
Go
Raw Normal View History

package validator
import (
"github.com/prysmaticlabs/prysm/v5/beacon-chain/rpc/core"
)
type Server struct {
CoreService *core.Service
}