Bitcoin
|
#include <transaction.h>
Public Member Functions | |
CTxOut () | |
CTxOut (const CAmount &nValueIn, CScript scriptPubKeyIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
void | SetNull () |
bool | IsNull () const |
std::string | ToString () const |
Public Attributes | |
CAmount | nValue |
CScript | scriptPubKey |
ADD_SERIALIZE_METHODS | |
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 |
|
inline |
|
inline |
|
inline |
std::string CTxOut::ToString | ( | ) | const |
CTxOut::ADD_SERIALIZE_METHODS |
CAmount CTxOut::nValue |
CScript CTxOut::scriptPubKey |