|
| CAuxPow (const CTransaction &txIn) |
|
| CAuxPow () |
|
| IMPLEMENT_SERIALIZE (nSerSize+=SerReadWrite(s,*(CMerkleTx *) this, nType, nVersion, ser_action);nVersion=this->nVersion;READWRITE(vChainMerkleBranch);READWRITE(nChainIndex);nSerSize+=SerReadWrite(s, parentBlock, nType|SER_BLOCKHEADERONLY, nVersion, ser_action);) bool Check(uint256 hashAuxBlock |
|
uint256 | GetParentBlockHash () |
|
| CMerkleTx () |
|
| CMerkleTx (const CTransaction &txIn) |
|
void | Init () |
|
| IMPLEMENT_SERIALIZE (nSerSize+=SerReadWrite(s,*(CTransaction *) this, nType, nVersion, ser_action);nVersion=this->nVersion;READWRITE(hashBlock);READWRITE(vMerkleBranch);READWRITE(nIndex);) int SetMerkleBranch(const CBlock *pblock |
|
int | GetDepthInMainChain (CBlockIndex *&pindexRet) const |
|
int | GetDepthInMainChain () const |
|
bool | IsInMainChain () const |
|
int | GetBlocksToMaturity () const |
|
bool | AcceptToMemoryPool (bool fLimitFree=true) |
|
| CTransaction () |
|
| IMPLEMENT_SERIALIZE (READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(vin);READWRITE(vout);READWRITE(nLockTime);) void SetNull() |
|
bool | IsNull () const |
|
uint256 | GetHash () const |
|
bool | IsNewerThan (const CTransaction &old) const |
|
int64_t | GetValueOut () const |
|
double | ComputePriority (double dPriorityInputs, unsigned int nTxSize=0) const |
|
bool | IsCoinBase () const |
|
std::string | ToString () const |
|
void | print () const |
|
Definition at line 9 of file auxpow.h.