![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
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) | CTransaction | inlinestatic |
AreInputsStandard(CCoinsViewCache &mapInputs) const | CTransaction | |
BindWallet(CWallet *pwalletIn) | CWalletTx | inline |
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() | CMerkleTx | inline |
CMerkleTx(const CTransaction &txIn) | CMerkleTx | inline |
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 &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 | CWalletTx | inline |
GetBlocksToMaturity() const | CMerkleTx | |
GetChange() const | CWalletTx | inline |
GetCredit(bool fUseCache=true) const | CWalletTx | inline |
GetDebit() const | CWalletTx | inline |
GetDepthInMainChain(CBlockIndex *&pindexRet) const | CMerkleTx | |
GetDepthInMainChain() const | CMerkleTx | inline |
GetHash() const | CTransaction | inline |
GetImmatureCredit(bool fUseCache=true) const | CWalletTx | inline |
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) | CTransaction | protectedstatic |
GetP2SHSigOpCount(CCoinsViewCache &mapInputs) const | CTransaction | |
GetRequestCount() const | CWalletTx | |
GetTxTime() const | CWalletTx | |
GetValueIn(CCoinsViewCache &mapInputs) const | CTransaction | |
GetValueOut() const | CTransaction | inline |
hashBlock | CMerkleTx | |
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 std | 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 |
IsConfirmed() const | CWalletTx | inline |
IsFinal(int nBlockHeight=0, int64 nBlockTime=0) const | CTransaction | inline |
IsFromMe() const | CWalletTx | inline |
IsInMainChain() const | CMerkleTx | inline |
IsNewerThan(const CTransaction &old) const | CTransaction | inline |
IsNull() const | CTransaction | inline |
IsSpent(unsigned int nOut) const | CWalletTx | inline |
IsStandard(std::string &strReason) const | CTransaction | |
IsStandard() const | CTransaction | inline |
mapValue | CWalletTx | |
MarkDirty() | CWalletTx | inline |
MarkSpent(unsigned int nOut) | CWalletTx | inline |
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 | inline |
pwallet | CWalletTx | private |
RelayWalletTransaction() | CWalletTx | |
strFromAccount | CWalletTx | |
ToString() const | CTransaction | inline |
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 | |
vfSpent | CWalletTx | |
vin | CTransaction | |
vMerkleBranch | CMerkleTx | |
vOrderForm | CWalletTx | |
vout | CTransaction | |
vtxPrev | CWalletTx | |
WriteToDisk() | CWalletTx |