![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
An output of a transaction. More...
#include <main.h>
Public Member Functions | |
CTxOut () | |
CTxOut (int64 nValueIn, CScript scriptPubKeyIn) | |
IMPLEMENT_SERIALIZE (READWRITE(nValue);READWRITE(scriptPubKey);) void SetNull() | |
bool | IsNull () const |
uint256 | GetHash () const |
bool | IsDust () const |
std::string | ToString () const |
void | print () const |
Public Attributes | |
int64 | nValue |
CScript | scriptPubKey |
Friends | |
bool | operator== (const CTxOut &a, const CTxOut &b) |
bool | operator!= (const CTxOut &a, const CTxOut &b) |
An output of a transaction.
It contains the public key that the next input must be able to sign with to claim it.
|
inline |