Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
COutput Class Reference
#include <wallet.h>
Collaboration diagram for COutput:Public Member Functions | |
| COutput (const CWalletTx *txIn, int iIn, int nDepthIn, bool fSpendableIn, bool fSolvableIn, bool fSafeIn) | |
| int | Priority () const |
| std::string | ToString () const |
Public Attributes | |
| const CWalletTx * | tx |
| int | i |
| int | nDepth |
| bool | fSpendable |
| Whether we have the private keys to spend this output. More... | |
| bool | fSolvable |
| Whether we know how to spend this output, ignoring the lack of keys. More... | |
| bool | fSafe |
| Whether this output is considered safe to spend. More... | |
Detailed Description
Constructor & Destructor Documentation
◆ COutput()
|
inline |
Member Data Documentation
◆ fSafe
| bool COutput::fSafe |
◆ fSolvable
| bool COutput::fSolvable |
◆ fSpendable
| bool COutput::fSpendable |
◆ i
| int COutput::i |
Definition at line 570 of file wallet.h.
Referenced by COutput(), CWallet::GetOutpointAndKeysFromOutput(), less_then_denom(), Priority(), ToString(), and CoinControlDialog::updateView().
◆ nDepth
| int COutput::nDepth |
Definition at line 571 of file wallet.h.
Referenced by COutput(), ToString(), and CoinControlDialog::updateView().
◆ tx
| const CWalletTx* COutput::tx |
Definition at line 569 of file wallet.h.
Referenced by COutput(), CWallet::GetOutpointAndKeysFromOutput(), less_then_denom(), Priority(), ToString(), and CoinControlDialog::updateView().
The documentation for this class was generated from the following files:
- src/wallet/wallet.h
- src/wallet/wallet.cpp

