| ABANDON_HASH | CWalletTx | privatestatic |
| ABANDONED enum value | CWalletTx | |
| AcceptToMemoryPool(CValidationState &state) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | CWalletTx | |
| AmountType enum name | CWalletTx | |
| AMOUNTTYPE_ENUM_ELEMENTS enum value | CWalletTx | |
| AVAILABLE_CREDIT enum value | CWalletTx | |
| BindWallet(CWallet *pwalletIn) | CWalletTx | |
| CONFIRMED enum value | CWalletTx | |
| CONFLICTED enum value | CWalletTx | |
| CREDIT enum value | CWalletTx | |
| CWalletTx(const CWallet *pwalletIn, CTransactionRef arg) | CWalletTx | |
| DEBIT enum value | CWalletTx | |
| DecryptSaplingNote(const SaplingOutPoint &op) const | CWalletTx | |
| fChangeCached | CWalletTx | mutable |
| fFromMe | CWalletTx | |
| fInMempool | CWalletTx | mutable |
| fShieldedChangeCached | CWalletTx | mutable |
| fStakeDelegationVoided | CWalletTx | mutable |
| fTimeReceivedIsTxTime | CWalletTx | |
| GetAmounts(std::list< COutputEntry > &listReceived, std::list< COutputEntry > &listSent, CAmount &nFee, const isminefilter &filter) const | CWalletTx | |
| GetAvailableCredit(bool fUseCache=true, const isminefilter &filter=ISMINE_SPENDABLE) const | CWalletTx | |
| GetAvailableWatchOnlyCredit(const bool fUseCache=true) const | CWalletTx | |
| GetBlocksToMaturity() const | CWalletTx | |
| GetCachableAmount(AmountType type, const isminefilter &filter, bool recalculate=false) const | CWalletTx | |
| GetChange() const | CWalletTx | |
| GetColdStakingCredit(bool fUseCache=true) const | CWalletTx | |
| GetColdStakingDebit(bool fUseCache=true) const | CWalletTx | |
| GetComment() const | CWalletTx | inline |
| GetConflicts() const | CWalletTx | |
| GetCredit(const isminefilter &filter, bool recalculate=false) const | CWalletTx | |
| GetDebit(const isminefilter &filter) const | CWalletTx | |
| GetDepthAndMempool(bool &fConflicted) const | CWalletTx | |
| GetDepthInMainChain() const NO_THREAD_SAFETY_ANALYSIS | CWalletTx | |
| GetHash() const | CWalletTx | inline |
| GetImmatureCredit(bool fUseCache=true, const isminefilter &filter=ISMINE_SPENDABLE_ALL) const | CWalletTx | |
| GetImmatureWatchOnlyCredit(const bool fUseCache=true) const | CWalletTx | |
| GetLockedCredit() const | CWalletTx | |
| GetShieldedAvailableCredit(bool fUseCache=true) const | CWalletTx | |
| GetShieldedChange() const | CWalletTx | |
| GetStakeDelegationCredit(bool fUseCache=true) const | CWalletTx | |
| GetStakeDelegationDebit(bool fUseCache=true) const | CWalletTx | |
| GetTxTime() const | CWalletTx | |
| HasP2CSInputs() const | CWalletTx | |
| IMMATURE_CREDIT enum value | CWalletTx | |
| Init(const CWallet *pwalletIn) | CWalletTx | |
| InMempool() const | CWalletTx | |
| isAbandoned() const | CWalletTx | inline |
| IsAmountCached(AmountType type, const isminefilter &filter) const | CWalletTx | |
| IsCoinBase() const | CWalletTx | inline |
| IsCoinStake() const | CWalletTx | inline |
| isConfirmed() const | CWalletTx | inline |
| isConflicted() const | CWalletTx | inline |
| IsEquivalentTo(const CWalletTx &tx) const | CWalletTx | |
| IsFromMe(const isminefilter &filter) const | CWalletTx | |
| IsInMainChainImmature() const | CWalletTx | |
| IsTrusted() const | CWalletTx | |
| IsTrusted(int &nDepth, bool &fConflicted) const | CWalletTx | |
| isUnconfirmed() const | CWalletTx | inline |
| m_amounts | CWalletTx | mutable |
| m_confirm | CWalletTx | |
| mapSaplingNoteData | CWalletTx | |
| mapValue | CWalletTx | |
| MarkDirty() | CWalletTx | |
| nChangeCached | CWalletTx | mutable |
| nOrderPos | CWalletTx | |
| nShieldedChangeCached | CWalletTx | mutable |
| nTimeReceived | CWalletTx | |
| nTimeSmart | CWalletTx | |
| pwallet | CWalletTx | private |
| RecoverSaplingNote(const SaplingOutPoint &op, const std::set< uint256 > &ovks) const | CWalletTx | |
| RelayWalletTransaction(CConnman *connman) | CWalletTx | |
| Serialize(Stream &s) const | CWalletTx | inline |
| setAbandoned() | CWalletTx | inline |
| SetComment(const std::string &comment) | CWalletTx | inline |
| setConfirmed() | CWalletTx | inline |
| setConflicted() | CWalletTx | inline |
| SetSaplingNoteData(mapSaplingNoteData_t ¬eData) | CWalletTx | |
| SetTx(CTransactionRef arg) | CWalletTx | inline |
| setUnconfirmed() | CWalletTx | inline |
| Status enum name | CWalletTx | |
| tx | CWalletTx | |
| UNCONFIRMED enum value | CWalletTx | |
| Unserialize(Stream &s) | CWalletTx | inline |
| UpdateTimeSmart() | CWalletTx | |
| vOrderForm | CWalletTx | |