#include <wallet.h>
◆ COutput()
COutput::COutput |
( |
const CWalletTx * |
txIn, |
|
|
int |
iIn, |
|
|
int |
nDepthIn, |
|
|
bool |
fSpendableIn, |
|
|
bool |
fSolvableIn, |
|
|
bool |
fSafeIn, |
|
|
bool |
use_max_sig_in = false |
|
) |
| |
|
inline |
◆ GetInputCoin()
◆ 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.
◆ fSolvable
Whether we know how to spend this output, ignoring the lack of keys
◆ fSpendable
Whether we have the private keys to spend this output
◆ nDepth
◆ nInputBytes
Pre-computed estimated size of this output as a fully-signed input in a transaction. Can be -1 if it could not be calculated
◆ tx
◆ use_max_sig
bool COutput::use_max_sig |
Whether to use the maximum sized, 72 byte signature when calculating the size of the input spend. This should only be set when watch-only outputs are allowed
The documentation for this class was generated from the following files: