Skip to main content

ValidatorCommitteeSignatureAggregatorInterface

type ValidatorCommitteeSignatureAggregatorInterface

type ValidatorCommitteeSignatureAggregatorInterface interface {
AddSignature(signature *ValidatorSignature) error
Committee() ValidatorCommittee
Finish() (*ValidatorAggregatedSignature, error)
}