Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
CWalletTx Member List

This is the complete list of members for CWalletTx, including all inherited members.

AcceptToMemoryPool(bool fCheckInputs=true, bool fLimitFree=true)CMerkleTx
CTransaction::AcceptToMemoryPool(CValidationState &state, bool fCheckInputs=true, bool fLimitFree=true, bool *pfMissingInputs=NULL)CTransaction
AcceptWalletTransaction(bool fCheckInputs=true)CWalletTx
AddSupportingTransactions()CWalletTx
AllowFree(double dPriority)CTransactioninlinestatic
AreInputsStandard(CCoinsViewCache &mapInputs) const CTransaction
BindWallet(CWallet *pwalletIn)CWalletTxinline
CheckInputs(CValidationState &state, CCoinsViewCache &view, bool fScriptChecks=true, unsigned int flags=SCRIPT_VERIFY_P2SH|SCRIPT_VERIFY_STRICTENC, std::vector< CScriptCheck > *pvChecks=NULL) const CTransaction
CheckTransaction(CValidationState &state) const CTransaction
CMerkleTx()CMerkleTxinline
CMerkleTx(const CTransaction &txIn)CMerkleTxinline
CTransaction()CTransactioninline
CURRENT_VERSIONCTransactionstatic
CWalletTx()CWalletTxinline
CWalletTx(const CWallet *pwalletIn)CWalletTxinline
CWalletTx(const CWallet *pwalletIn, const CMerkleTx &txIn)CWalletTxinline
CWalletTx(const CWallet *pwalletIn, const CTransaction &txIn)CWalletTxinline
fAvailableCreditCachedCWalletTxmutable
fChangeCachedCWalletTxmutable
fCreditCachedCWalletTxmutable
fDebitCachedCWalletTxmutable
fFromMeCWalletTx
fImmatureCreditCachedCWalletTxmutable
fMerkleVerifiedCMerkleTxmutable
fTimeReceivedIsTxTimeCWalletTx
GetAccountAmounts(const std::string &strAccount, int64 &nReceived, int64 &nSent, int64 &nFee) const CWalletTx
GetAmounts(std::list< std::pair< CTxDestination, int64 > > &listReceived, std::list< std::pair< CTxDestination, int64 > > &listSent, int64 &nFee, std::string &strSentAccount) const CWalletTx
GetAvailableCredit(bool fUseCache=true) const CWalletTxinline
GetBlocksToMaturity() const CMerkleTx
GetChange() const CWalletTxinline
GetCredit(bool fUseCache=true) const CWalletTxinline
GetDebit() const CWalletTxinline
GetDepthInMainChain(CBlockIndex *&pindexRet) const CMerkleTx
GetDepthInMainChain() const CMerkleTxinline
GetHash() const CTransactioninline
GetImmatureCredit(bool fUseCache=true) const CWalletTxinline
GetLegacySigOpCount() const CTransaction
GetMinFee(unsigned int nBlockSize=1, bool fAllowFree=true, enum GetMinFee_mode mode=GMF_BLOCK) const CTransaction
GetOutputFor(const CTxIn &input, CCoinsViewCache &mapInputs)CTransactionprotectedstatic
GetP2SHSigOpCount(CCoinsViewCache &mapInputs) const CTransaction
GetRequestCount() const CWalletTx
GetTxTime() const CWalletTx
GetValueIn(CCoinsViewCache &mapInputs) const CTransaction
GetValueOut() const CTransactioninline
hashBlockCMerkleTx
HaveInputs(CCoinsViewCache &view) const CTransaction
IMPLEMENT_SERIALIZE(CWalletTx *pthis=const_cast< CWalletTx * >(this);if(fRead) pthis->Init(NULL);char fSpent=false;if(!fRead){pthis->mapValue["fromaccount"]=pthis->strFromAccount;std::string str;BOOST_FOREACH(char f, vfSpent){str+=(f? '1': '0');if(f) fSpent=true;}pthis->mapValue["spent"]=str;WriteOrderPos(pthis->nOrderPos, pthis->mapValue);if(nTimeSmart) pthis->mapValue["timesmart"]=strprintf("%u", nTimeSmart);}nSerSize+=SerReadWrite(s,*(CMerkleTx *) this, nType, nVersion, ser_action);READWRITE(vtxPrev);READWRITE(mapValue);READWRITE(vOrderForm);READWRITE(fTimeReceivedIsTxTime);READWRITE(nTimeReceived);READWRITE(fFromMe);READWRITE(fSpent);if(fRead){pthis->strFromAccount=pthis->mapValue["fromaccount"];if(mapValue.count("spent")) pthis->vfSpent.push_back(c!= '0');else pthis->vfSpent.assign(vout.size(), fSpent);ReadOrderPos(pthis->nOrderPos, pthis->mapValue);pthis->nTimeSmart=mapValue.count("timesmart")?(unsigned int) atoi64(pthis->mapValue["timesmart"]):0;}pthis->mapValue.erase("fromaccount");pthis->mapValue.erase("version");pthis->mapValue.erase("spent");pthis->mapValue.erase("n");pthis->mapValue.erase("timesmart");) bool UpdateSpent(const stdCWalletTxinline
CMerkleTx::IMPLEMENT_SERIALIZE(nSerSize+=SerReadWrite(s,*(CTransaction *) this, nType, nVersion, ser_action);nVersion=this->nVersion;READWRITE(hashBlock);READWRITE(vMerkleBranch);READWRITE(nIndex);) int SetMerkleBranch(const CBlock *pblockCMerkleTx
CTransaction::IMPLEMENT_SERIALIZE(READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(vin);READWRITE(vout);READWRITE(nLockTime);) void SetNull()CTransactioninline
Init(const CWallet *pwalletIn)CWalletTxinline
CMerkleTx::Init()CMerkleTxinline
IsCoinBase() const CTransactioninline
IsConfirmed() const CWalletTxinline
IsFinal(int nBlockHeight=0, int64 nBlockTime=0) const CTransactioninline
IsFromMe() const CWalletTxinline
IsInMainChain() const CMerkleTxinline
IsNewerThan(const CTransaction &old) const CTransactioninline
IsNull() const CTransactioninline
IsSpent(unsigned int nOut) const CWalletTxinline
IsStandard(std::string &strReason) const CTransaction
IsStandard() const CTransactioninline
mapValueCWalletTx
MarkDirty()CWalletTxinline
MarkSpent(unsigned int nOut)CWalletTxinline
nAvailableCreditCachedCWalletTxmutable
nChangeCachedCWalletTxmutable
nCreditCachedCWalletTxmutable
nDebitCachedCWalletTxmutable
nImmatureCreditCachedCWalletTxmutable
nIndexCMerkleTx
nLockTimeCTransaction
nMinRelayTxFeeCTransactionstatic
nMinTxFeeCTransactionstatic
nOrderPosCWalletTx
nTimeReceivedCWalletTx
nTimeSmartCWalletTx
nVersionCTransaction
print() const CTransactioninline
pwalletCWalletTxprivate
RelayWalletTransaction()CWalletTx
strFromAccountCWalletTx
ToString() const CTransactioninline
UpdateCoins(const CTransaction &tx, CValidationState &state, CCoinsViewCache &inputs, CTxUndo &txundo, int nHeight, const uint256 &txhash)CTransaction
UpdateCoins(CValidationState &state, CCoinsViewCache &view, CTxUndo &txundo, int nHeight, const uint256 &txhash) const CTransaction
vfSpentCWalletTx
vinCTransaction
vMerkleBranchCMerkleTx
vOrderFormCWalletTx
voutCTransaction
vtxPrevCWalletTx
WriteToDisk()CWalletTx