Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueuedProposer ¶
type QueuedProposer struct { Slot phase0.Slot Entry *v1.SignedValidatorRegistration }
QueuedProposer represents a queued proposer.
func (*QueuedProposer) MarshalJSON ¶
func (q *QueuedProposer) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler.
func (*QueuedProposer) String ¶
func (q *QueuedProposer) String() string
String returns a string version of the structure.
func (*QueuedProposer) UnmarshalJSON ¶
func (q *QueuedProposer) UnmarshalJSON(input []byte) error
UnmarshalJSON implements json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.