[#PSBTInput-m_musig2_pubnonces] = xref:PSBTInput.adoc[PSBTInput]::m_musig2_pubnonces :relfileprefix: ../ :mrdocs: MuSig2 public nonces; keyed by aggregate pubkey and script leaf hash, valued by participant pubkey to pubnonce. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<std::pair<CPubKey, uint256>, std::map<CPubKey, std::vector<uint8_t>>> m_musig2_pubnonces; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#