2021-07-02 15:54:52 +00:00
|
|
|
package node
|
2020-10-14 06:11:11 +00:00
|
|
|
|
|
|
|
import (
|
2023-03-17 18:52:56 +00:00
|
|
|
ethpbservice "github.com/prysmaticlabs/prysm/v4/proto/eth/service"
|
2020-10-14 06:11:11 +00:00
|
|
|
)
|
|
|
|
|
2021-08-13 10:55:24 +00:00
|
|
|
var _ ethpbservice.BeaconNodeServer = (*Server)(nil)
|