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

#include <transaction.h>

Public 멤버 함수

 CTxOut (const CAmount &nValueIn, CScript scriptPubKeyIn)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
void SetNull ()
 
bool IsNull () const
 
uint256 GetHash () const
 
CAmount GetDustThreshold (const CFeeRate &minRelayTxFee) const
 
bool IsDust (CFeeRate minRelayTxFee) const
 
std::string ToString () const
 

Public 속성

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.


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