mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
f09fe4f038
* Reorganize Prysm custom endpoints * add deprecated paths * review
10 lines
140 B
Go
10 lines
140 B
Go
package validator
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/prysm/v5/beacon-chain/rpc/core"
|
|
)
|
|
|
|
type Server struct {
|
|
CoreService *core.Service
|
|
}
|