![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
This is the complete list of members for CWalletTx, including all inherited members.
| AcceptToMemoryPool(bool fLimitFree=true) | CMerkleTx | |
| BindWallet(CWallet *pwalletIn) | CWalletTx | inline |
| CMerkleTx() | CMerkleTx | inline |
| CMerkleTx(const CTransaction &txIn) | CMerkleTx | inline |
| ComputePriority(double dPriorityInputs, unsigned int nTxSize=0) const | CTransaction | |
| CTransaction() | CTransaction | inline |
| CURRENT_VERSION | CTransaction | static |
| CWalletTx() | CWalletTx | inline |
| CWalletTx(const CWallet *pwalletIn) | CWalletTx | inline |
| CWalletTx(const CWallet *pwalletIn, const CMerkleTx &txIn) | CWalletTx | inline |
| CWalletTx(const CWallet *pwalletIn, const CTransaction &txIn) | CWalletTx | inline |
| fAvailableCreditCached | CWalletTx | mutable |
| fChangeCached | CWalletTx | mutable |
| fCreditCached | CWalletTx | mutable |
| fDebitCached | CWalletTx | mutable |
| fFromMe | CWalletTx | |
| fImmatureCreditCached | CWalletTx | mutable |
| fMerkleVerified | CMerkleTx | mutable |
| fTimeReceivedIsTxTime | CWalletTx | |
| 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 | CWalletTx | inline |
| GetBlocksToMaturity() const | CMerkleTx | |
| GetChange() const | CWalletTx | inline |
| GetConflicts() const | CWalletTx | |
| GetCredit(bool fUseCache=true) const | CWalletTx | inline |
| GetDebit() const | CWalletTx | inline |
| GetDepthInMainChain(CBlockIndex *&pindexRet) const | CMerkleTx | |
| GetDepthInMainChain() const | CMerkleTx | inline |
| GetHash() const | CTransaction | |
| GetImmatureCredit(bool fUseCache=true) const | CWalletTx | inline |
| GetRequestCount() const | CWalletTx | |
| GetTxTime() const | CWalletTx | |
| GetValueOut() const | CTransaction | |
| hashBlock | CMerkleTx | |
| 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() | CWalletTx | inline |
| 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 *pblock | CMerkleTx | |
| CTransaction::IMPLEMENT_SERIALIZE(READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(vin);READWRITE(vout);READWRITE(nLockTime);) void SetNull() | CTransaction | inline |
| Init(const CWallet *pwalletIn) | CWalletTx | inline |
| CMerkleTx::Init() | CMerkleTx | inline |
| IsCoinBase() const | CTransaction | inline |
| IsFromMe() const | CWalletTx | inline |
| IsInMainChain() const | CMerkleTx | inline |
| IsNewerThan(const CTransaction &old) const | CTransaction | |
| IsNull() const | CTransaction | inline |
| IsTrusted() const | CWalletTx | inline |
| mapValue | CWalletTx | |
| nAvailableCreditCached | CWalletTx | mutable |
| nChangeCached | CWalletTx | mutable |
| nCreditCached | CWalletTx | mutable |
| nDebitCached | CWalletTx | mutable |
| nImmatureCreditCached | CWalletTx | mutable |
| nIndex | CMerkleTx | |
| nLockTime | CTransaction | |
| nMinRelayTxFee | CTransaction | static |
| nMinTxFee | CTransaction | static |
| nOrderPos | CWalletTx | |
| nTimeReceived | CWalletTx | |
| nTimeSmart | CWalletTx | |
| nVersion | CTransaction | |
| print() const | CTransaction | |
| pwallet | CWalletTx | private |
| RelayWalletTransaction() | CWalletTx | |
| strFromAccount | CWalletTx | |
| ToString() const | CTransaction | |
| vin | CTransaction | |
| vMerkleBranch | CMerkleTx | |
| vOrderForm | CWalletTx | |
| vout | CTransaction | |
| WriteToDisk() | CWalletTx |
1.8.8