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