Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Functions
receive.h File Reference
#include <consensus/amount.h>
#include <wallet/transaction.h>
#include <wallet/types.h>
#include <wallet/wallet.h>
Include dependency graph for receive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wallet::COutputEntry
 
struct  wallet::Balance
 

Namespaces

 wallet
 

Functions

isminetype wallet::InputIsMine (const CWallet &wallet, const CTxIn &txin)
 
bool wallet::AllInputsMine (const CWallet &wallet, const CTransaction &tx, const isminefilter &filter)
 Returns whether all of the inputs match the filter. More...
 
CAmount wallet::OutputGetCredit (const CWallet &wallet, const CTxOut &txout, const isminefilter &filter)
 
CAmount wallet::TxGetCredit (const CWallet &wallet, const CTransaction &tx, const isminefilter &filter)
 
bool wallet::ScriptIsChange (const CWallet &wallet, const CScript &script)
 
bool wallet::OutputIsChange (const CWallet &wallet, const CTxOut &txout)
 
CAmount wallet::OutputGetChange (const CWallet &wallet, const CTxOut &txout)
 
CAmount wallet::TxGetChange (const CWallet &wallet, const CTransaction &tx)
 
CAmount wallet::CachedTxGetCredit (const CWallet &wallet, const CWalletTx &wtx, const isminefilter &filter)
 
CAmount wallet::CachedTxGetDebit (const CWallet &wallet, const CWalletTx &wtx, const isminefilter &filter)
 filter decides which addresses will count towards the debit More...
 
CAmount wallet::CachedTxGetChange (const CWallet &wallet, const CWalletTx &wtx)
 
CAmount wallet::CachedTxGetImmatureCredit (const CWallet &wallet, const CWalletTx &wtx, const isminefilter &filter)
 
CAmount wallet::CachedTxGetAvailableCredit (const CWallet &wallet, const CWalletTx &wtx, const isminefilter &filter)
 
void wallet::CachedTxGetAmounts (const CWallet &wallet, const CWalletTx &wtx, std::list< COutputEntry > &listReceived, std::list< COutputEntry > &listSent, CAmount &nFee, const isminefilter &filter, bool include_change)
 
bool wallet::CachedTxIsFromMe (const CWallet &wallet, const CWalletTx &wtx, const isminefilter &filter)
 
bool wallet::CachedTxIsTrusted (const CWallet &wallet, const CWalletTx &wtx, std::set< uint256 > &trusted_parents)
 
bool wallet::CachedTxIsTrusted (const CWallet &wallet, const CWalletTx &wtx)
 
Balance wallet::GetBalance (const CWallet &wallet, const int min_depth, bool avoid_reuse)
 
std::map< CTxDestination, CAmountwallet::GetAddressBalances (const CWallet &wallet)
 
std::set< std::set< CTxDestination > > wallet::GetAddressGroupings (const CWallet &wallet)