[#HidingSigningProvider-GetMuSig2ParticipantPubkeys] = xref:HidingSigningProvider.adoc[HidingSigningProvider]::GetMuSig2ParticipantPubkeys :relfileprefix: ../ :mrdocs: Return the MuSig2 participant pubkeys for an aggregate pubkey. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<CPubKey> GetMuSig2ParticipantPubkeys(xref:CPubKey.adoc[CPubKey] const& pubkey) const override; ---- == Return Value The participant pubkeys, or an empty vector if unknown. == Parameters [cols="1,4"] |=== | Name| Description | *pubkey* | The aggregate pubkey to look up participants for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#