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