![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
| CStakeableOutput (const CWalletTx *txIn, int iIn, int nDepthIn, const CBlockIndex *&pindex) | |
Public Member Functions inherited from COutput | |
| COutput (const CWalletTx *txIn, int iIn, int nDepthIn, bool fSpendableIn, bool fSolvableIn, bool fSafeIn) | |
| CAmount | Value () const |
| std::string | ToString () const |
Public Attributes | |
| const CBlockIndex * | pindex {nullptr} |
Public Attributes inherited from COutput | |
| 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... | |
| CStakeableOutput::CStakeableOutput | ( | const CWalletTx * | txIn, |
| int | iIn, | ||
| int | nDepthIn, | ||
| const CBlockIndex *& | pindex | ||
| ) |
Definition at line 4974 of file wallet.cpp.
| const CBlockIndex* CStakeableOutput::pindex {nullptr} |