![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include <wallet.h>
Collaboration diagram for COutput:Public Member Functions | |
| COutput (const CWalletTx *txIn, int iIn, int nDepthIn) | |
| std::string | ToString () const |
| void | print () const |
Data Fields | |
| const CWalletTx * | tx |
| int | i |
| int | nDepth |
|
inline |
Definition at line 721 of file wallet.h.
References FormatMoney(), CTransaction::GetHash(), strprintf, base_uint< BITS >::ToString(), and CTransaction::vout.
Here is the call graph for this function:| int COutput::i |
Definition at line 713 of file wallet.h.
Referenced by WalletModel::getBalance(), WalletModel::listCoins(), CWallet::SelectCoins(), CWallet::SelectCoinsMinConf(), CoinControlDialog::updateLabels(), and CoinControlDialog::updateView().
| int COutput::nDepth |
Definition at line 714 of file wallet.h.
Referenced by CWallet::SelectCoinsMinConf(), CoinControlDialog::updateLabels(), and CoinControlDialog::updateView().
| const CWalletTx* COutput::tx |
Definition at line 712 of file wallet.h.
Referenced by WalletModel::getBalance(), WalletModel::listCoins(), CWallet::SelectCoins(), CWallet::SelectCoinsMinConf(), CoinControlDialog::updateLabels(), and CoinControlDialog::updateView().
1.8.8