|
| 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 fCheckInputs=true, 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 | IsFinal (int nBlockHeight=0, int64 nBlockTime=0) const |
|
bool | IsNewerThan (const CTransaction &old) const |
|
bool | IsCoinBase () const |
|
bool | IsStandard (std::string &strReason) const |
| Check for standard transaction types. More...
|
|
bool | IsStandard () const |
|
bool | AreInputsStandard (CCoinsViewCache &mapInputs) const |
| Check for standard transaction types. More...
|
|
unsigned int | GetLegacySigOpCount () const |
| Count ECDSA signature operations the old-fashioned (pre-0.6) way. More...
|
|
unsigned int | GetP2SHSigOpCount (CCoinsViewCache &mapInputs) const |
| Count ECDSA signature operations in pay-to-script-hash inputs. More...
|
|
int64 | GetValueOut () const |
| Amount of bitcoins spent by this transaction. More...
|
|
int64 | GetValueIn (CCoinsViewCache &mapInputs) const |
| Amount of bitcoins coming in to this transaction Note that lightweight clients may not know anything besides the hash of previous transactions, so may not be able to calculate this. More...
|
|
void | UpdateCoins (const CTransaction &tx, CValidationState &state, CCoinsViewCache &inputs, CTxUndo &txundo, int nHeight, const uint256 &txhash) |
|
int64 | GetMinFee (unsigned int nBlockSize=1, bool fAllowFree=true, enum GetMinFee_mode mode=GMF_BLOCK) const |
|
std::string | ToString () const |
|
void | print () const |
|
bool | HaveInputs (CCoinsViewCache &view) const |
|
bool | CheckInputs (CValidationState &state, CCoinsViewCache &view, bool fScriptChecks=true, unsigned int flags=SCRIPT_VERIFY_P2SH|SCRIPT_VERIFY_STRICTENC, std::vector< CScriptCheck > *pvChecks=NULL) const |
|
void | UpdateCoins (CValidationState &state, CCoinsViewCache &view, CTxUndo &txundo, int nHeight, const uint256 &txhash) const |
|
bool | CheckTransaction (CValidationState &state) const |
|
bool | AcceptToMemoryPool (CValidationState &state, bool fCheckInputs=true, bool fLimitFree=true, bool *pfMissingInputs=NULL) |
|
A transaction with a merkle branch linking it to the block chain.
Definition at line 1123 of file main.h.