Return the MuSig2 participant pubkeys for an aggregate pubkey.
Declared in <script/signingprovider.h>
virtual
std::vector<CPubKey>
GetMuSig2ParticipantPubkeys(CPubKey const& pubkey) const override;
The participant pubkeys, or an empty vector if unknown.
| Name | Description |
|---|---|
| pubkey | The aggregate pubkey to look up participants for. |