[#SignatureData-taproot_script_sigs] = xref:SignatureData.adoc[SignatureData]::taproot_script_sigs :relfileprefix: ../ :mrdocs: (Partial) schnorr signatures, indexed by XOnlyPubKey and leaf_hash. == Synopsis Declared in `<script/sign.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<std::pair<XOnlyPubKey, uint256>, std::vector<unsigned char>> taproot_script_sigs; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#