|
veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
An output of a transaction. More...
It contains the public key that the next input must be able to sign with to claim it.
Definition at line 76 of file transaction.hpp.
#include <transaction.hpp>
Collaboration diagram for altintegration::btc::TxOut:Public Member Functions | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| Amount | nValue |
| Script | scriptPubKey |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const TxOut &a, const TxOut &b) |
| bool | operator!= (const TxOut &a, const TxOut &b) |
|
inline |
Definition at line 83 of file transaction.hpp.
Definition at line 92 of file transaction.hpp.
Definition at line 88 of file transaction.hpp.
| altintegration::btc::TxOut::ADD_SERIALIZE_METHODS |
Definition at line 80 of file transaction.hpp.
| Amount altintegration::btc::TxOut::nValue |
Definition at line 77 of file transaction.hpp.
| Script altintegration::btc::TxOut::scriptPubKey |
Definition at line 78 of file transaction.hpp.