|
veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
An outpoint - a combination of a transaction hash and an index n into its vout. More...
Definition at line 25 of file transaction.hpp.
#include <transaction.hpp>
Collaboration diagram for altintegration::btc::OutPoint:Public Member Functions | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| uint256 | hash |
| uint32_t | n |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const OutPoint &a, const OutPoint &b) |
| bool | operator!= (const OutPoint &a, const OutPoint &b) |
|
inline |
Definition at line 32 of file transaction.hpp.
Definition at line 41 of file transaction.hpp.
Definition at line 37 of file transaction.hpp.
| altintegration::btc::OutPoint::ADD_SERIALIZE_METHODS |
Definition at line 29 of file transaction.hpp.
| uint256 altintegration::btc::OutPoint::hash |
Definition at line 26 of file transaction.hpp.
| uint32_t altintegration::btc::OutPoint::n |
Definition at line 27 of file transaction.hpp.