2021-07-02 15:54:52 +00:00
|
|
|
package node
|
2020-10-14 06:11:11 +00:00
|
|
|
|
|
|
|
import (
|
2022-08-16 12:20:13 +00:00
|
|
|
ethpbservice "github.com/prysmaticlabs/prysm/v3/proto/eth/service"
|
2020-10-14 06:11:11 +00:00
|
|
|
)
|
|
|
|
|
2021-08-13 10:55:24 +00:00
|
|
|
var _ ethpbservice.BeaconNodeServer = (*Server)(nil)
|