![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
An output of a transaction. More...
#include <transaction.h>
Public Member Functions | |
| CTxOut () | |
| CTxOut (const CAmount &nValueIn, CScript scriptPubKeyIn) | |
| SERIALIZE_METHODS (CTxOut, obj) | |
| void | SetNull () |
| bool | IsNull () const |
| void | SetEmpty () |
| bool | IsEmpty () const |
| uint256 | GetHash () const |
| bool | IsZerocoinMint () const |
| std::string | ToString () const |
| size_t | DynamicMemoryUsage () const |
Public Attributes | |
| CAmount | nValue |
| CScript | scriptPubKey |
| int | nRounds |
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 136 of file transaction.h.
|
inline |
Definition at line 71 of file transaction.cpp.
|
inline |
| uint256 CTxOut::GetHash | ( | ) | const |
|
inline |
|
inline |
| bool CTxOut::IsZerocoinMint | ( | ) | const |
Definition at line 83 of file transaction.cpp.
|
inline |
Definition at line 150 of file transaction.h.
|
inline |
|
inline |
Definition at line 152 of file transaction.h.
| std::string CTxOut::ToString | ( | ) | const |
Definition at line 88 of file transaction.cpp.
Definition at line 186 of file transaction.h.
Definition at line 179 of file transaction.h.
| int CTxOut::nRounds |
Definition at line 141 of file transaction.h.
| CAmount CTxOut::nValue |
Definition at line 139 of file transaction.h.
| CScript CTxOut::scriptPubKey |
Definition at line 140 of file transaction.h.