![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
An output of a transaction. More...
#include <core.h>
Public Member Functions | |
CTxOut () | |
CTxOut (int64_t nValueIn, CScript scriptPubKeyIn) | |
IMPLEMENT_SERIALIZE (READWRITE(nValue);READWRITE(scriptPubKey);) void SetNull() | |
bool | IsNull () const |
uint256 | GetHash () const |
bool | IsDust (int64_t nMinRelayTxFee) const |
std::string | ToString () const |
void | print () const |
Public Attributes | |
int64_t | 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.
uint256 CTxOut::GetHash | ( | ) | const |
|
inline |
|
inline |
|
inline |
void CTxOut::print | ( | ) | const |
std::string CTxOut::ToString | ( | ) | const |