![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
COutput (const CWalletTx *txIn, int iIn, int nDepthIn, bool fSpendableIn, bool fSolvableIn) | |
int | Priority () const |
std::string | ToString () const |
Public Attributes | |
const CWalletTx * | tx |
int | i |
int | nDepth |
bool | fSpendable |
bool | fSolvable |
|
inline |
bool COutput::fSpendable |
Definition at line 488 of file wallet.h.
Referenced by COutput(), and CWallet::SelectCoinsMinConf().
int COutput::i |
Definition at line 486 of file wallet.h.
Referenced by COutput(), less_then_denom(), WalletModel::listCoins(), and CWallet::SelectCoinsMinConf().
int COutput::nDepth |
Definition at line 487 of file wallet.h.
Referenced by COutput(), and CWallet::SelectCoinsMinConf().
const CWalletTx* COutput::tx |
Definition at line 485 of file wallet.h.
Referenced by COutput(), empty_wallet(), less_then_denom(), WalletModel::listCoins(), and CWallet::SelectCoinsMinConf().