|
hdac SDK
SDK for hdac blockchain development
|
#include <transaction.h>
Public 멤버 함수 | |
| COutPoint (uint256 hashIn, uint32_t nIn) | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
| void | SetNull () |
| bool | IsNull () const |
| std::string | ToString () const |
Public 속성 | |
| uint256 | hash |
| uint32_t | n |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator< (const COutPoint &a, const COutPoint &b) |
| bool | operator== (const COutPoint &a, const COutPoint &b) |
| bool | operator!= (const COutPoint &a, const COutPoint &b) |
An outpoint - a combination of a transaction hash and an index n into its vout
1.8.11