Documentation ¶
Index ¶
- func AttestationHeadCorrect(ctx context.Context, headersCache *util.BeaconBlockHeaderCache, ...) (bool, error)
- func AttestationTargetCorrect(ctx context.Context, headersCache *util.BeaconBlockHeaderCache, ...) (bool, error)
- func EpochSummary(validatorsStr []string, stateID string, epoch string) (*validatorSummary, error)
- func Info(validatorPubKey string) error
- func Init() error
- func Perf(validators []string, stateID string, start string, end string, num string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttestationHeadCorrect ¶
func AttestationHeadCorrect(ctx context.Context, headersCache *util.BeaconBlockHeaderCache, attestation *phase0.Attestation, ) ( bool, error, )
AttestationHeadCorrect returns true if the given attestation had the correct head.
func AttestationTargetCorrect ¶
func AttestationTargetCorrect(ctx context.Context, headersCache *util.BeaconBlockHeaderCache, attestation *phase0.Attestation, ) ( bool, error, )
AttestationTargetCorrect returns true if the given attestation had the correct target.
func EpochSummary ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.