building

package
v1.9.7-0...-c81b736 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2025 License: LGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BeaconCommitteeSubscription

type BeaconCommitteeSubscription struct {
	ValidatorIndex   int  `json:"validator_index,string"`
	CommitteeIndex   int  `json:"committee_index,string"`
	CommitteesAtSlot int  `json:"committees_at_slot,string"`
	Slot             int  `json:"slot,string"`
	IsAggregator     bool `json:"is_aggregator"`
}

type PrepareBeaconProposer

type PrepareBeaconProposer struct {
	ValidatorIndex int            `json:"validator_index,string"`
	FeeRecipient   common.Address `json:"fee_recipient"`
}

type State

type State struct {
	// contains filtered or unexported fields
}

func NewState

func NewState() *State

func (*State) SetFeeRecipient

func (s *State) SetFeeRecipient(idx int, address common.Address)

type SyncCommitteeSubscription

type SyncCommitteeSubscription struct {
	ValidatorIndex       int                 `json:"validator_index,string"`
	SyncCommitteeIndices []beaconhttp.IntStr `json:"sync_committee_indices"`
	UntilEpoch           int                 `json:"until_epoch,string"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL