Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CWalletTx Member List

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

AcceptToMemoryPool(bool fLimitFree=true)CMerkleTx
BindWallet(CWallet *pwalletIn)CWalletTxinline
CMerkleTx()CMerkleTxinline
CMerkleTx(const CTransaction &txIn)CMerkleTxinline
ComputePriority(double dPriorityInputs, unsigned int nTxSize=0) const CTransaction
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_t &nReceived, int64_t &nSent, int64_t &nFee) const CWalletTx
GetAmounts(std::list< std::pair< CTxDestination, int64_t > > &listReceived, std::list< std::pair< CTxDestination, int64_t > > &listSent, int64_t &nFee, std::string &strSentAccount) const CWalletTx
GetAvailableCredit(bool fUseCache=true) const CWalletTxinline
GetBlocksToMaturity() const CMerkleTx
GetChange() const CWalletTxinline
GetConflicts() const CWalletTx
GetCredit(bool fUseCache=true) const CWalletTxinline
GetDebit() const CWalletTxinline
GetDepthInMainChain(CBlockIndex *&pindexRet) const CMerkleTx
GetDepthInMainChain() const CMerkleTxinline
GetHash() const CTransaction
GetImmatureCredit(bool fUseCache=true) const CWalletTxinline
GetRequestCount() const CWalletTx
GetTxTime() const CWalletTx
GetValueOut() const CTransaction
hashBlockCMerkleTx
IMPLEMENT_SERIALIZE(CWalletTx *pthis=const_cast< CWalletTx * >(this);if(fRead) pthis->Init(NULL);char fSpent=false;if(!fRead){pthis->mapValue["fromaccount"]=pthis->strFromAccount;WriteOrderPos(pthis->nOrderPos, pthis->mapValue);if(nTimeSmart) pthis->mapValue["timesmart"]=strprintf("%u", nTimeSmart);}nSerSize+=SerReadWrite(s,*(CMerkleTx *) this, nType, nVersion, ser_action);std::vector< CMerkleTx > vUnused;READWRITE(vUnused);READWRITE(mapValue);READWRITE(vOrderForm);READWRITE(fTimeReceivedIsTxTime);READWRITE(nTimeReceived);READWRITE(fFromMe);READWRITE(fSpent);if(fRead){pthis->strFromAccount=pthis->mapValue["fromaccount"];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");) void MarkDirty()CWalletTxinline
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
IsFromMe() const CWalletTxinline
IsInMainChain() const CMerkleTxinline
IsNewerThan(const CTransaction &old) const CTransaction
IsNull() const CTransactioninline
IsTrusted() const CWalletTxinline
mapValueCWalletTx
nAvailableCreditCachedCWalletTxmutable
nChangeCachedCWalletTxmutable
nCreditCachedCWalletTxmutable
nDebitCachedCWalletTxmutable
nImmatureCreditCachedCWalletTxmutable
nIndexCMerkleTx
nLockTimeCTransaction
nMinRelayTxFeeCTransactionstatic
nMinTxFeeCTransactionstatic
nOrderPosCWalletTx
nTimeReceivedCWalletTx
nTimeSmartCWalletTx
nVersionCTransaction
print() const CTransaction
pwalletCWalletTxprivate
RelayWalletTransaction()CWalletTx
strFromAccountCWalletTx
ToString() const CTransaction
vinCTransaction
vMerkleBranchCMerkleTx
vOrderFormCWalletTx
voutCTransaction
WriteToDisk()CWalletTx