Maps a descriptor xpub to the descriptor managers that use it.

Synopsis

Declared in <wallet/wallet.h>

using HDPubKeyMap = std::map<CExtPubKey, std::set<DescriptorScriptPubKeyMan*>>;

Created with MrDocs