[#PSBTInput-m_tap_script_sigs] = xref:PSBTInput.adoc[PSBTInput]::m_tap_script_sigs :relfileprefix: ../ :mrdocs: Taproot script‐path signatures keyed by output key and leaf hash. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<std::pair<XOnlyPubKey, uint256>, std::vector<unsigned char>> m_tap_script_sigs; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#