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

#include <transaction.h>

Public 멤버 함수

 CTxIn (COutPoint prevoutIn, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=std::numeric_limits< unsigned int >::max())
 
 CTxIn (uint256 hashPrevTx, uint32_t nOut, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=std::numeric_limits< uint32_t >::max())
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
bool IsFinal () const
 
std::string ToString () const
 

Public 속성

COutPoint prevout
 
CScript scriptSig
 
uint32_t nSequence
 
 ADD_SERIALIZE_METHODS
 

Friends

bool operator== (const CTxIn &a, const CTxIn &b)
 
bool operator!= (const CTxIn &a, const CTxIn &b)
 

상세한 설명

An input of a transaction. It contains the location of the previous transaction's output that it claims and a signature that matches the output's public key.


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