hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | Public 속성 | Friends | 모든 멤버 목록
COutPoint 클래스 참조

#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


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: