Searched refs:WALLETDESCRIPTORKEY (Results 1 – 12 of 12) sorted by relevance
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/ |
H A D | walletdb.cpp | 57 const std::string WALLETDESCRIPTORKEY{"walletdescriptorkey"}; 227 …return WriteIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey)), std::… 235 EraseIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey))); 652 } else if (strType == DBKeys::WALLETDESCRIPTORKEY) {
|
H A D | walletdb.h | 79 extern const std::string WALLETDESCRIPTORKEY;
|
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/ |
H A D | walletdb.cpp | 57 const std::string WALLETDESCRIPTORKEY{"walletdescriptorkey"}; variable 227 …return WriteIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey)), std::… in WriteDescriptorKey() 235 EraseIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey))); in WriteCryptedDescriptorKey() 652 } else if (strType == DBKeys::WALLETDESCRIPTORKEY) { in ReadKeyValue()
|
H A D | walletdb.h | 79 extern const std::string WALLETDESCRIPTORKEY;
|
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/ |
H A D | walletdb.cpp | 53 const std::string WALLETDESCRIPTORKEY{"walletdescriptorkey"}; variable 217 …return WriteIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey)), std::… in WriteDescriptorKey() 225 EraseIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey))); in WriteCryptedDescriptorKey() 609 } else if (strType == DBKeys::WALLETDESCRIPTORKEY) { in ReadKeyValue()
|
H A D | walletdb.h | 80 extern const std::string WALLETDESCRIPTORKEY;
|
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/ |
H A D | walletdb.cpp | 53 const std::string WALLETDESCRIPTORKEY{"walletdescriptorkey"}; variable 217 …return WriteIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey)), std::… in WriteDescriptorKey() 225 EraseIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey))); in WriteCryptedDescriptorKey() 609 } else if (strType == DBKeys::WALLETDESCRIPTORKEY) { in ReadKeyValue()
|
H A D | walletdb.h | 80 extern const std::string WALLETDESCRIPTORKEY;
|
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/ |
H A D | walletdb.cpp | 53 const std::string WALLETDESCRIPTORKEY{"walletdescriptorkey"}; variable 217 …return WriteIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey)), std::… in WriteDescriptorKey() 225 EraseIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey))); in WriteCryptedDescriptorKey() 609 } else if (strType == DBKeys::WALLETDESCRIPTORKEY) { in ReadKeyValue()
|
H A D | walletdb.h | 80 extern const std::string WALLETDESCRIPTORKEY;
|
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/ |
H A D | walletdb.cpp | 57 const std::string WALLETDESCRIPTORKEY{"walletdescriptorkey"}; variable 227 …return WriteIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey)), std::… in WriteDescriptorKey() 235 EraseIC(std::make_pair(DBKeys::WALLETDESCRIPTORKEY, std::make_pair(desc_id, pubkey))); in WriteCryptedDescriptorKey() 652 } else if (strType == DBKeys::WALLETDESCRIPTORKEY) { in ReadKeyValue()
|
H A D | walletdb.h | 79 extern const std::string WALLETDESCRIPTORKEY;
|