aggregate property

AggregateKeyInfo get aggregate

Get only the information required for signature aggregation

Implementation

AggregateKeyInfo get aggregate => AggregateKeyInfo(
  group: group,
  publicShares: publicShares,
);