|
hdac SDK
SDK for hdac blockchain development
|
#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< CTxIn > | vin |
| std::vector< CTxOut > | vout |
| 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.
1.8.11