FlatSigningProvider::GetMuSig2ParticipantPubkeys

Return the MuSig2 participant pubkeys for an aggregate pubkey.

Synopsis

Declared in <script/signingprovider.h>

virtual
std::vector<CPubKey>
GetMuSig2ParticipantPubkeys(CPubKey const& pubkey) const override;

Return Value

The participant pubkeys, or an empty vector if unknown.

Parameters

NameDescription
pubkeyThe aggregate pubkey to look up participants for.