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
Click to show internal directories.
Click to hide internal directories.