Home
last modified time | relevance | path

Searched defs:spk_man (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwallet.cpp368 auto spk_man = GetLegacyScriptPubKeyMan(); in UpgradeKeyMetadata() local
655 auto spk_man = spk_man_pair.second.get(); in EncryptWallet() local
1375 auto spk_man = GetScriptPubKeyMan(t, internal); in CanGetAddresses() local
1478 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScripts() local
1488 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPrivKeys() local
1498 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPubKeys() local
1508 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScriptPubKeys() local
2103 for (auto spk_man : m_external_spk_managers) { in KeypoolCountExternalKeys() local
2115 for (auto spk_man : GetActiveScriptPubKeyMans()) { in GetKeyPoolSize() local
2125 for (auto spk_man : GetActiveScriptPubKeyMans()) { in TopUpKeyPool() local
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/test/
H A Dwallet_tests.cpp34 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_SUITE() local
223 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
274 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
378 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
424 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/util/
H A Dwallet.cpp29 auto spk_man = wallet.GetLegacyScriptPubKeyMan(); in importaddress() local
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp78 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in AddKey() local
262 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
312 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
402 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
448 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
H A Dpsbt_wallet_tests.cpp18 auto spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp78 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in AddKey() local
262 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
312 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
402 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
448 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
H A Dpsbt_wallet_tests.cpp18 auto spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp78 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in AddKey() local
262 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
312 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
402 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
448 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
H A Dpsbt_wallet_tests.cpp18 auto spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp357 auto spk_man = GetLegacyScriptPubKeyMan(); in UpgradeKeyMetadata() local
629 auto spk_man = spk_man_pair.second.get(); in EncryptWallet() local
1447 auto spk_man = GetScriptPubKeyMan(t, internal); in CanGetAddresses() local
1556 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScripts() local
1566 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPrivKeys() local
1576 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPubKeys() local
1586 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScriptPubKeys() local
3375 for (auto spk_man : GetActiveScriptPubKeyMans()) { in KeypoolCountExternalKeys() local
3387 for (auto spk_man : GetActiveScriptPubKeyMans()) { in GetKeyPoolSize() local
3397 for (auto spk_man : GetActiveScriptPubKeyMans()) { in TopUpKeyPool() local
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp357 auto spk_man = GetLegacyScriptPubKeyMan(); in UpgradeKeyMetadata() local
629 auto spk_man = spk_man_pair.second.get(); in EncryptWallet() local
1447 auto spk_man = GetScriptPubKeyMan(t, internal); in CanGetAddresses() local
1556 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScripts() local
1566 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPrivKeys() local
1576 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPubKeys() local
1586 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScriptPubKeys() local
3375 for (auto spk_man : GetActiveScriptPubKeyMans()) { in KeypoolCountExternalKeys() local
3387 for (auto spk_man : GetActiveScriptPubKeyMans()) { in GetKeyPoolSize() local
3397 for (auto spk_man : GetActiveScriptPubKeyMans()) { in TopUpKeyPool() local
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp357 auto spk_man = GetLegacyScriptPubKeyMan(); in UpgradeKeyMetadata() local
629 auto spk_man = spk_man_pair.second.get(); in EncryptWallet() local
1447 auto spk_man = GetScriptPubKeyMan(t, internal); in CanGetAddresses() local
1556 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScripts() local
1566 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPrivKeys() local
1576 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportPubKeys() local
1586 auto spk_man = GetLegacyScriptPubKeyMan(); in ImportScriptPubKeys() local
3375 for (auto spk_man : GetActiveScriptPubKeyMans()) { in KeypoolCountExternalKeys() local
3387 for (auto spk_man : GetActiveScriptPubKeyMans()) { in GetKeyPoolSize() local
3397 for (auto spk_man : GetActiveScriptPubKeyMans()) { in TopUpKeyPool() local
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_tests.cpp73 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in AddKey() local
267 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
324 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
417 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
463 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
H A Dpsbt_wallet_tests.cpp18 auto spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_tests.cpp73 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in AddKey() local
267 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
324 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
417 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
463 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
H A Dpsbt_wallet_tests.cpp18 auto spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_tests.cpp73 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in AddKey() local
267 auto spk_man = wallet->GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
324 auto spk_man = wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_FIXTURE_TEST_CASE() local
417 static void TestWatchOnlyPubKey(LegacyScriptPubKeyMan* spk_man, const CPubKey& add_pubkey) in TestWatchOnlyPubKey()
463 LegacyScriptPubKeyMan* spk_man = m_wallet.GetOrCreateLegacyScriptPubKeyMan(); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwallet.h324 std::map<OutputType, ScriptPubKeyMan*> m_internal_spk_managers;
368 MasterKeyMap mapMasterKeys;
655 int64_t GetOldestKeyPoolTime() const;
686 bool IsFromMe(const CTransaction& tx) const;
857 //! Make a LegacyScriptPubKeyMan and set it for all types, internal, and external.
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwallet.h324 std::map<OutputType, ScriptPubKeyMan*> m_internal_spk_managers;
368 MasterKeyMap mapMasterKeys;
655 int64_t GetOldestKeyPoolTime() const;
686 bool IsFromMe(const CTransaction& tx) const;
857 //! Make a LegacyScriptPubKeyMan and set it for all types, internal, and external.

1234