MultisigAggregator
open class MultisigAggregator : Disposable, AutoCloseable, MultisigAggregatorInterface
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| finish | open override fun finish(): MultisigAggregatedSignature |
| toString | open override fun toString(): String |
| verifier | open override fun verifier(): MultisigVerifier |
| withSignature | open override fun withSignature(signature: UserSignature): MultisigAggregator |
| withVerifier | open override fun withVerifier(verifier: MultisigVerifier): MultisigAggregator |
Companion object functions
| Name | Summary |
|---|---|
| newWithMessage | fun newWithMessage(committee: MultisigCommittee, message: ByteArray): MultisigAggregator |
| newWithTransaction | fun newWithTransaction(committee: MultisigCommittee, transaction: Transaction): MultisigAggregator |