![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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 |
Public Attributes | |
| 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