Home
last modified time | relevance | path

Searched refs:COutputEntry (Results 1 – 25 of 42) sorted by relevance

12

/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dtransaction.h20 struct COutputEntry;
285 void GetAmounts(std::list<COutputEntry>& listReceived,
286 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
H A Dreceive.h13 struct COutputEntry struct
H A Dreceive.cpp218 void CWalletTx::GetAmounts(std::list<COutputEntry>& listReceived, in GetAmounts()
219 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const in GetAmounts()
261 COutputEntry output = {address, txout.nValue, (int)i}; in GetAmounts()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dtransaction.h20 struct COutputEntry;
285 void GetAmounts(std::list<COutputEntry>& listReceived,
286 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
H A Dreceive.h13 struct COutputEntry in IsMine()
H A Dreceive.cpp218 void CWalletTx::GetAmounts(std::list<COutputEntry>& listReceived,
219 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const
261 COutputEntry output = {address, txout.nValue, (int)i};
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dtransaction.h20 struct COutputEntry;
285 void GetAmounts(std::list<COutputEntry>& listReceived,
286 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
H A Dreceive.h13 struct COutputEntry struct
H A Dreceive.cpp218 void CWalletTx::GetAmounts(std::list<COutputEntry>& listReceived, in GetAmounts()
219 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const in GetAmounts()
261 COutputEntry output = {address, txout.nValue, (int)i}; in GetAmounts()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp703 list<COutputEntry> listReceived; in getbalance()
704 list<COutputEntry> listSent; in getbalance()
711 BOOST_FOREACH(const COutputEntry& s, listSent) in getbalance()
1323 list<COutputEntry> listReceived; in ListTransactions()
1324 list<COutputEntry> listSent; in ListTransactions()
1334 BOOST_FOREACH(const COutputEntry& s, listSent) in ListTransactions()
1357 BOOST_FOREACH(const COutputEntry& r, listReceived) in ListTransactions()
1587 list<COutputEntry> listReceived; in listaccounts()
1588 list<COutputEntry> listSent; in listaccounts()
1594 BOOST_FOREACH(const COutputEntry& s, listSent) in listaccounts()
[all …]
H A Dwallet.h153 struct COutputEntry struct
386 void GetAmounts(std::list<COutputEntry>& listReceived,
387 …std::list<COutputEntry>& listSent, CAmount& nFee, std::string& strSentAccount, const isminefilter&…
H A Dwallet.cpp1280 void CWalletTx::GetAmounts(list<COutputEntry>& listReceived, in GetAmounts()
1281 …list<COutputEntry>& listSent, CAmount& nFee, string& strSentAccount, const isminefilter& filter) c… in GetAmounts()
1323 COutputEntry output = {address, txout.nValue, (int)i}; in GetAmounts()
1343 list<COutputEntry> listReceived; in GetAccountAmounts()
1344 list<COutputEntry> listSent; in GetAccountAmounts()
1349 BOOST_FOREACH(const COutputEntry& s, listSent) in GetAccountAmounts()
1355 BOOST_FOREACH(const COutputEntry& r, listReceived) in GetAccountAmounts()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp703 list<COutputEntry> listReceived; in getbalance()
704 list<COutputEntry> listSent; in getbalance()
711 BOOST_FOREACH(const COutputEntry& s, listSent) in getbalance()
1323 list<COutputEntry> listReceived; in ListTransactions()
1324 list<COutputEntry> listSent; in ListTransactions()
1334 BOOST_FOREACH(const COutputEntry& s, listSent) in ListTransactions()
1357 BOOST_FOREACH(const COutputEntry& r, listReceived) in ListTransactions()
1587 list<COutputEntry> listReceived; in listaccounts()
1588 list<COutputEntry> listSent; in listaccounts()
1594 BOOST_FOREACH(const COutputEntry& s, listSent) in listaccounts()
[all …]
H A Dwallet.h153 struct COutputEntry struct
386 void GetAmounts(std::list<COutputEntry>& listReceived,
387 …std::list<COutputEntry>& listSent, CAmount& nFee, std::string& strSentAccount, const isminefilter&…
H A Dwallet.cpp1280 void CWalletTx::GetAmounts(list<COutputEntry>& listReceived, in GetAmounts()
1281 …list<COutputEntry>& listSent, CAmount& nFee, string& strSentAccount, const isminefilter& filter) c… in GetAmounts()
1323 COutputEntry output = {address, txout.nValue, (int)i}; in GetAmounts()
1343 list<COutputEntry> listReceived; in GetAccountAmounts()
1344 list<COutputEntry> listSent; in GetAccountAmounts()
1349 BOOST_FOREACH(const COutputEntry& s, listSent) in GetAccountAmounts()
1355 BOOST_FOREACH(const COutputEntry& r, listReceived) in GetAccountAmounts()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp703 list<COutputEntry> listReceived; in getbalance()
704 list<COutputEntry> listSent; in getbalance()
711 BOOST_FOREACH(const COutputEntry& s, listSent) in getbalance()
1323 list<COutputEntry> listReceived; in ListTransactions()
1324 list<COutputEntry> listSent; in ListTransactions()
1334 BOOST_FOREACH(const COutputEntry& s, listSent) in ListTransactions()
1357 BOOST_FOREACH(const COutputEntry& r, listReceived) in ListTransactions()
1587 list<COutputEntry> listReceived; in listaccounts()
1588 list<COutputEntry> listSent; in listaccounts()
1594 BOOST_FOREACH(const COutputEntry& s, listSent) in listaccounts()
[all …]
H A Dwallet.h153 struct COutputEntry struct
386 void GetAmounts(std::list<COutputEntry>& listReceived,
387 …std::list<COutputEntry>& listSent, CAmount& nFee, std::string& strSentAccount, const isminefilter&…
H A Dwallet.cpp1280 void CWalletTx::GetAmounts(list<COutputEntry>& listReceived, in GetAmounts()
1281 …list<COutputEntry>& listSent, CAmount& nFee, string& strSentAccount, const isminefilter& filter) c… in GetAmounts()
1323 COutputEntry output = {address, txout.nValue, (int)i}; in GetAmounts()
1343 list<COutputEntry> listReceived; in GetAccountAmounts()
1344 list<COutputEntry> listSent; in GetAccountAmounts()
1349 BOOST_FOREACH(const COutputEntry& s, listSent) in GetAccountAmounts()
1355 BOOST_FOREACH(const COutputEntry& r, listReceived) in GetAccountAmounts()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwallet.h246 struct COutputEntry struct
523 void GetAmounts(std::list<COutputEntry>& listReceived,
524 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwallet.h246 struct COutputEntry struct
523 void GetAmounts(std::list<COutputEntry>& listReceived,
524 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwallet.h246 struct COutputEntry struct
523 void GetAmounts(std::list<COutputEntry>& listReceived,
524 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.h233 struct COutputEntry struct
485 void GetAmounts(std::list<COutputEntry>& listReceived,
486 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.h233 struct COutputEntry struct
485 void GetAmounts(std::list<COutputEntry>& listReceived,
486 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.h233 struct COutputEntry struct
485 void GetAmounts(std::list<COutputEntry>& listReceived,
486 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.h253 struct COutputEntry struct
512 void GetAmounts(std::list<COutputEntry>& listReceived,
513 … std::list<COutputEntry>& listSent, CAmount& nFee, const isminefilter& filter) const;

12