prysm-pulse/beacon-chain/rpc/eth/v1/beacon/server_test.go
terence tsao 1edf1f4c87
Restructure RPC packages to be future compatible (#9136)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-07-02 15:54:52 +00:00

6 lines
123 B
Go

package beacon
import ethpb "github.com/prysmaticlabs/prysm/proto/eth/v1"
var _ ethpb.BeaconChainServer = (*Server)(nil)