static fun aggregate(sigAndPubKeys: MutableList<SignatureAndPublicKey>): SignatureAndPublicKey
(source)
Aggregates list of Signature and PublicKey pairs
sigAndPubKeys
- The list of Signatures and corresponding Public keys to aggregate, not null
IllegalArgumentException
- if parameter list is empty
Return
SignatureAndPublicKey, not null