Return all known MuSig2 aggregate pubkeys and their participants.

Synopsis

Declared in <script/signingprovider.h>

virtual
std::map<CPubKey, std::vector<CPubKey>>
GetAllMuSig2ParticipantPubkeys() const override;

Return Value

A map from aggregate pubkey to its participant pubkeys.

Created with MrDocs