PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CStakeableOutput Class Reference

#include <wallet.h>

Inheritance diagram for CStakeableOutput:
[legend]
Collaboration diagram for CStakeableOutput:
[legend]

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 CBlockIndexpindex {nullptr}
 
- Public Attributes inherited from COutput
const CWalletTxtx
 
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

Definition at line 1312 of file wallet.h.

Constructor & Destructor Documentation

◆ CStakeableOutput()

CStakeableOutput::CStakeableOutput ( const CWalletTx txIn,
int  iIn,
int  nDepthIn,
const CBlockIndex *&  pindex 
)

Definition at line 4974 of file wallet.cpp.

Member Data Documentation

◆ pindex

const CBlockIndex* CStakeableOutput::pindex {nullptr}

Definition at line 1315 of file wallet.h.


The documentation for this class was generated from the following files: