Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CMerkleTx Class Reference

A transaction with a merkle branch linking it to the block chain. More...

#include <main.h>

Inheritance diagram for CMerkleTx:
Inheritance graph
[legend]
Collaboration diagram for CMerkleTx:
Collaboration graph
[legend]

Public Member Functions

 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)
 
- Public Member Functions inherited from CTransaction
 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)
 

Public Attributes

uint256 hashBlock
 
std::vector< uint256vMerkleBranch
 
int nIndex
 
bool fMerkleVerified
 
- Public Attributes inherited from CTransaction
int nVersion
 
std::vector< CTxInvin
 
std::vector< CTxOutvout
 
unsigned int nLockTime
 

Additional Inherited Members

- Static Public Member Functions inherited from CTransaction
static bool AllowFree (double dPriority)
 
- Static Public Attributes inherited from CTransaction
static int64 nMinTxFee = 2000000
 Fees smaller than this (in satoshi) are considered zero fee (for transaction creation) More...
 
static int64 nMinRelayTxFee = 2000000
 Fees smaller than this (in satoshi) are considered zero fee (for relaying) More...
 
static const int CURRENT_VERSION =1
 
- Static Protected Member Functions inherited from CTransaction
static const CTxOutGetOutputFor (const CTxIn &input, CCoinsViewCache &mapInputs)
 

Detailed Description

A transaction with a merkle branch linking it to the block chain.

Definition at line 1123 of file main.h.

Constructor & Destructor Documentation

CMerkleTx::CMerkleTx ( )
inline

Definition at line 1134 of file main.h.

CMerkleTx::CMerkleTx ( const CTransaction txIn)
inline

Definition at line 1139 of file main.h.

Member Function Documentation

bool CMerkleTx::AcceptToMemoryPool ( bool  fCheckInputs = true,
bool  fLimitFree = true 
)

Definition at line 939 of file main.cpp.

int CMerkleTx::GetBlocksToMaturity ( ) const

Definition at line 931 of file main.cpp.

int CMerkleTx::GetDepthInMainChain ( CBlockIndex *&  pindexRet) const

Definition at line 905 of file main.cpp.

int CMerkleTx::GetDepthInMainChain ( ) const
inline

Definition at line 1164 of file main.h.

CMerkleTx::IMPLEMENT_SERIALIZE ( nSerSize+  = SerReadWrite(s,*(CTransaction *) this, nType, nVersion, ser_action);nVersion=this->nVersion;READWRITE(hashBlock);READWRITE(vMerkleBranch);READWRITE(nIndex);) const
void CMerkleTx::Init ( )
inline

Definition at line 1144 of file main.h.

bool CMerkleTx::IsInMainChain ( ) const
inline

Definition at line 1165 of file main.h.

Member Data Documentation

bool CMerkleTx::fMerkleVerified
mutable

Definition at line 1131 of file main.h.

uint256 CMerkleTx::hashBlock

Definition at line 1126 of file main.h.

int CMerkleTx::nIndex

Definition at line 1128 of file main.h.

std::vector<uint256> CMerkleTx::vMerkleBranch

Definition at line 1127 of file main.h.


The documentation for this class was generated from the following files: