[#SignatureData-taproot_misc_pubkeys] = xref:SignatureData.adoc[SignatureData]::taproot_misc_pubkeys :relfileprefix: ../ :mrdocs: Miscellaneous Taproot pubkeys involved in this input along with their leaf script hashes and key origin data. Also includes the Taproot internal and output keys (may have no leaf script hashes). == Synopsis Declared in `<script/sign.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<XOnlyPubKey, std::pair<std::set<uint256>, KeyOriginInfo>> taproot_misc_pubkeys; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#