Skip to main content

ValidatorCommitteeSignatureVerifierInterface

type ValidatorCommitteeSignatureVerifierInterface

type ValidatorCommitteeSignatureVerifierInterface interface {
Committee() ValidatorCommittee
Verify(message []byte, signature *ValidatorSignature) error
VerifyAggregated(message []byte, signature *ValidatorAggregatedSignature) error
VerifyCheckpointSummary(summary *CheckpointSummary, signature *ValidatorAggregatedSignature) error
}