MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetAllScriptPubKeyMans

Method GetAllScriptPubKeyMans

src/wallet/wallet.cpp:3410–3417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3408}
3409
3410std::set<ScriptPubKeyMan*> CWallet::GetAllScriptPubKeyMans() const
3411{
3412 std::set<ScriptPubKeyMan*> spk_mans;
3413 for (const auto& spk_man_pair : m_spk_managers) {
3414 spk_mans.insert(spk_man_pair.second.get());
3415 }
3416 return spk_mans;
3417}
3418
3419ScriptPubKeyMan* CWallet::GetScriptPubKeyMan(const OutputType& type, bool internal) const
3420{

Callers 2

AttachChainMethod · 0.80
listdescriptorsFunction · 0.80

Calls 2

insertMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected