Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeaconNetwork ¶
type BeaconNetwork struct {
// contains filtered or unexported fields
}
func NewBeaconNetwork ¶
func NewBeaconNetwork(log logrus.FieldLogger, config *Config) (*BeaconNetwork, error)
func (*BeaconNetwork) Wallclock ¶
func (b *BeaconNetwork) Wallclock() *ethwallclock.EthereumBeaconChain
type Config ¶
type NetworkConfig ¶
type NetworkConfig struct {
SecondsPerSlot uint64 `yaml:"SECONDS_PER_SLOT"`
}
Click to show internal directories.
Click to hide internal directories.