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