static fun aggregate(keys: MutableList<PublicKey>): PublicKey
(source)
Aggregates list of PublicKey pairs
keys
- The list of public keys to aggregate, not null
IllegalArgumentException
- if parameter list is empty
Return
PublicKey The public key, not null