MultisigAggregatorInterface
interface MultisigAggregatorInterface
Inheritors
| MultisigAggregator |
Functions
| Name | Summary |
|---|---|
| finish | abstract fun finish(): MultisigAggregatedSignature |
| verifier | abstract fun verifier(): MultisigVerifier |
| withSignature | abstract fun withSignature(signature: UserSignature): MultisigAggregator |
| withVerifier | abstract fun withVerifier(verifier: MultisigVerifier): MultisigAggregator |