hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | Public 속성 | 모든 멤버 목록
CMutableTransaction 구조체 참조

#include <transaction.h>

Public 멤버 함수

 CMutableTransaction (const CTransaction &tx)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
uint256 GetHash () const
 

Public 속성

int32_t nVersion
 
std::vector< CTxInvin
 
std::vector< CTxOutvout
 
uint32_t nLockTime
 
 ADD_SERIALIZE_METHODS
 

상세한 설명

A mutable version of CTransaction.

멤버 함수 문서화

uint256 CMutableTransaction::GetHash ( ) const

Compute the hash of this CMutableTransaction. This is computed on the fly, as opposed to GetHash() in CTransaction, which uses a cached result.


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