Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
COutput Class Reference

#include <wallet.h>

Collaboration diagram for COutput:
[legend]

Public Member Functions

 COutput (const CWalletTx *txIn, int iIn, int nDepthIn, bool fSpendableIn, bool fSolvableIn, bool fSafeIn)
 
std::string ToString () const
 

Public Attributes

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 527 of file wallet.h.

Constructor & Destructor Documentation

COutput::COutput ( const CWalletTx txIn,
int  iIn,
int  nDepthIn,
bool  fSpendableIn,
bool  fSolvableIn,
bool  fSafeIn 
)
inline

Definition at line 547 of file wallet.h.

Member Data Documentation

bool COutput::fSafe

Whether this output is considered safe to spend.

Unconfirmed transactions from outside keys and unconfirmed replacement transactions are considered unsafe and will not be used to fund new spending transactions.

Definition at line 545 of file wallet.h.

bool COutput::fSolvable

Whether we know how to spend this output, ignoring the lack of keys.

Definition at line 538 of file wallet.h.

bool COutput::fSpendable

Whether we have the private keys to spend this output.

Definition at line 535 of file wallet.h.

int COutput::i

Definition at line 531 of file wallet.h.

int COutput::nDepth

Definition at line 532 of file wallet.h.

const CWalletTx* COutput::tx

Definition at line 530 of file wallet.h.


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