Return all known MuSig2 aggregate pubkeys and their participants.
Declared in <script/signingprovider.h>
virtual
std::map<CPubKey, std::vector<CPubKey>>
GetAllMuSig2ParticipantPubkeys() const;
A map from aggregate pubkey to its participant pubkeys.