# Constants
RoleAggregator means that the validator should submit an aggregation and proof.
RoleAttester means that the validator should submit an attestation.
RoleProposer means that the validator should propose a block.
RoleSyncCommittee means that the validator should submit a sync committee message.
RoleSyncCommitteeAggregator means the validator should aggregate sync committee messages and submit a sync committee contribution.
RoleUnknown means that the role of the validator cannot be determined.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
PrysmChainClient defines an interface required to implement all the prysm specific custom endpoints.
Validator interface defines the primary methods of a validator client.
No description provided by the author
# Type aliases
SigningFunc interface defines a type for the function that signs a message.
ValidatorRole defines the validator role.