mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 11:41:21 +00:00
7 lines
149 B
Go
7 lines
149 B
Go
|
package state
|
||
|
|
||
|
// BeaconStateBellatrix has read and write access to beacon state methods.
|
||
|
type BeaconStateBellatrix interface {
|
||
|
BeaconStateAltair
|
||
|
}
|