Documentation
¶
Overview ¶
Package slashings handles slashings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { // OnAttesterSlashed handles an attester slashing event. OnAttesterSlashed(ctx context.Context, index spec.ValidatorIndex) error // OnProposerSlashed handles a proposer slashing event. OnProposerSlashed(ctx context.Context, index spec.ValidatorIndex) error }
Service is the slashings service.
Click to show internal directories.
Click to hide internal directories.