Skip to main content

ValidatorCommitteeSignatureAggregator

open class ValidatorCommitteeSignatureAggregator : Disposable, AutoCloseable, ValidatorCommitteeSignatureAggregatorInterface

Functions

NameSummary
addSignatureopen override fun addSignature(signature: ValidatorSignature)
close@Synchronized
open override fun close()
committeeopen override fun committee(): ValidatorCommittee
destroyopen override fun destroy()
finishopen override fun finish(): ValidatorAggregatedSignature
toStringopen override fun toString(): String

Companion object functions

NameSummary
newCheckpointSummaryfun newCheckpointSummary(committee: ValidatorCommittee, summary: CheckpointSummary): ValidatorCommitteeSignatureAggregator