Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeaconNode ¶ added in v1.0.24
type BeaconNode struct {
// contains filtered or unexported fields
}
func NewBeaconNode ¶ added in v1.0.24
func NewBeaconNode(name string, log logrus.FieldLogger, config *Config) (*BeaconNode, error)
func (*BeaconNode) GetActiveValidators ¶ added in v1.0.24
func (b *BeaconNode) GetActiveValidators(ctx context.Context) (map[phase0.ValidatorIndex]*apiv1.Validator, error)
func (*BeaconNode) Wallclock ¶ added in v1.0.24
func (b *BeaconNode) Wallclock() *ethwallclock.EthereumBeaconChain
Click to show internal directories.
Click to hide internal directories.