[#PSBTInput-m_musig2_participants] = xref:PSBTInput.adoc[PSBTInput]::m_musig2_participants :relfileprefix: ../ :mrdocs: MuSig2 participant public keys keyed by aggregate public key. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<CPubKey, std::vector<CPubKey>> m_musig2_participants; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#