[#PartiallySignedTransaction-m_xpubs] = xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction]::m_xpubs :relfileprefix: ../ :mrdocs: Global extended public keys, mapping key origin to the set of extended keys sharing it. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<KeyOriginInfo, std::set<CExtPubKey>> m_xpubs; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#