We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64ab65 commit 735a94dCopy full SHA for 735a94d
1 file changed
shared/types/eth2/types.go
@@ -11,9 +11,11 @@ import (
11
12
// State type assertions
13
var _ BeaconState = &deneb.BeaconState{}
14
+var _ BeaconState = &electra.BeaconState{}
15
16
// Block type assertions
17
var _ BeaconBlock = &deneb.BeaconBlock{}
18
+var _ BeaconBlock = &electra.BeaconBlock{}
19
20
type BeaconState interface {
21
GetSlot() uint64
0 commit comments