#include <wallet.h>
|
| COutput (const CWalletTx *txIn, int iIn, int nDepthIn, bool fSpendableIn, bool fSolvableIn, bool fSafeIn) |
|
std::string | ToString () const |
|
Definition at line 527 of file wallet.h.
COutput::COutput |
( |
const CWalletTx * |
txIn, |
|
|
int |
iIn, |
|
|
int |
nDepthIn, |
|
|
bool |
fSpendableIn, |
|
|
bool |
fSolvableIn, |
|
|
bool |
fSafeIn |
|
) |
| |
|
inline |
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.
Whether we know how to spend this output, ignoring the lack of keys.
Definition at line 538 of file wallet.h.
Whether we have the private keys to spend this output.
Definition at line 535 of file wallet.h.
The documentation for this class was generated from the following files: