Bitcoin ABC 0.26.3
P2P Digital Currency
|
An output of a transaction. More...
#include <transaction.h>
Public Member Functions | |
CTxOut () | |
CTxOut (Amount nValueIn, CScript scriptPubKeyIn) | |
SERIALIZE_METHODS (CTxOut, obj) | |
void | SetNull () |
bool | IsNull () const |
std::string | ToString () const |
Public Attributes | |
Amount | 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.
Definition at line 128 of file transaction.h.
|
inline |
Definition at line 135 of file transaction.h.
|
inline |
|
inline |
Definition at line 140 of file transaction.h.
std::string CTxOut::ToString | ( | ) | const |
Definition at line 151 of file transaction.h.
Definition at line 147 of file transaction.h.
Amount CTxOut::nValue |
Definition at line 130 of file transaction.h.
CScript CTxOut::scriptPubKey |
Definition at line 131 of file transaction.h.