[#SignatureData-musig2_partial_sigs] = xref:SignatureData.adoc[SignatureData]::musig2_partial_sigs :relfileprefix: ../ :mrdocs: Mapping from pair of MuSig2 aggregate pubkey, and tapleaf hash to map of MuSig2 participant pubkeys to MuSig2 partial signature == Synopsis Declared in `<script/sign.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<std::pair<CPubKey, uint256>, std::map<CPubKey, uint256>> musig2_partial_sigs; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#