Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeaconCommitteeSubscription ¶
type BeaconCommitteeSubscription struct {
ValidatorIndex primitives.ValidatorIndex
CommitteeIndex primitives.CommitteeIndex
CommitteesAtSlot uint64
Slot primitives.Slot
IsAggregator bool
}
type SyncCommitteeSubscription ¶
type SyncCommitteeSubscription struct {
ValidatorIndex primitives.ValidatorIndex
SyncCommitteeIndices []uint64
UntilEpoch primitives.Epoch
}
type Uint64 ¶
type Uint64 uint64
Uint64 custom uint64 to be unmarshallable
func (*Uint64) UnmarshalJSON ¶
UnmarshalJSON custom unmarshal function for json
func (*Uint64) UnmarshalYAML ¶
UnmarshalYAML custom unmarshal function for yaml
type ValidatorStatus ¶
type ValidatorStatus int8
const ( PendingInitialized ValidatorStatus = iota PendingQueued ActiveOngoing ActiveExiting ActiveSlashed ExitedUnslashed ExitedSlashed WithdrawalPossible WithdrawalDone Active Pending Exited Withdrawal )
func ValidatorStatusFromString ¶
func ValidatorStatusFromString(s string) (bool, ValidatorStatus)
func (ValidatorStatus) String ¶
func (s ValidatorStatus) String() string
Click to show internal directories.
Click to hide internal directories.