| address | TransactionRecord | |
| BudgetPayment enum value | TransactionRecord | |
| credit | TransactionRecord | |
| debit | TransactionRecord | |
| decomposeCoinStake(const CWallet *wallet, const CWalletTx &wtx, const CAmount &nCredit, const CAmount &nDebit, QList< TransactionRecord > &parts) | TransactionRecord | static |
| decomposeCreditTransaction(const CWallet *wallet, const CWalletTx &wtx, QList< TransactionRecord > &parts) | TransactionRecord | static |
| decomposeDebitTransaction(const CWallet *wallet, const CWalletTx &wtx, const CAmount &nDebit, bool involvesWatchAddress, QList< TransactionRecord > &parts) | TransactionRecord | static |
| decomposeP2CS(const CWallet *wallet, const CWalletTx &wtx, const CAmount &nCredit, const CAmount &nDebit, QList< TransactionRecord > &parts) | TransactionRecord | static |
| decomposeSendToSelfTransaction(const CWalletTx &wtx, const CAmount &nCredit, const CAmount &nDebit, bool involvesWatchAddress, QList< TransactionRecord > &parts, const CWallet *wallet) | TransactionRecord | static |
| decomposeShieldedDebitTransaction(const CWallet *wallet, const CWalletTx &wtx, CAmount nTxFee, bool involvesWatchAddress, QList< TransactionRecord > &parts) | TransactionRecord | static |
| decomposeTransaction(const CWallet *wallet, const CWalletTx &wtx) | TransactionRecord | static |
| decomposeZcSpendTx(const CWallet *wallet, const CWalletTx &wtx, const CAmount &nCredit, const CAmount &nDebit, QList< TransactionRecord > &parts) | TransactionRecord | static |
| Generated enum value | TransactionRecord | |
| getOutputIndex() const | TransactionRecord | |
| getValueOrReturnEmpty(const std::map< std::string, std::string > &mapValue, const std::string &key) | TransactionRecord | static |
| hash | TransactionRecord | |
| idx | TransactionRecord | |
| involvesWatchAddress | TransactionRecord | |
| isAnyColdStakingType() const | TransactionRecord | |
| isCoinStake() const | TransactionRecord | |
| isMNReward() const | TransactionRecord | |
| isNull() const | TransactionRecord | |
| loadHotOrColdStakeOrContract(const CWallet *wallet, const CWalletTx &wtx, TransactionRecord &record, bool isContract=false) | TransactionRecord | static |
| loadUnlockColdStake(const CWallet *wallet, const CWalletTx &wtx, TransactionRecord &record) | TransactionRecord | static |
| memo | TransactionRecord | |
| MNReward enum value | TransactionRecord | |
| Other enum value | TransactionRecord | |
| P2CSDelegation enum value | TransactionRecord | |
| P2CSDelegationSent enum value | TransactionRecord | |
| P2CSDelegationSentOwner enum value | TransactionRecord | |
| P2CSUnlockOwner enum value | TransactionRecord | |
| P2CSUnlockStaker enum value | TransactionRecord | |
| RecommendedNumConfirmations | TransactionRecord | static |
| RecvFromOther enum value | TransactionRecord | |
| RecvFromZerocoinSpend enum value | TransactionRecord | |
| RecvWithAddress enum value | TransactionRecord | |
| RecvWithShieldedAddress enum value | TransactionRecord | |
| RecvWithShieldedAddressMemo enum value | TransactionRecord | |
| SendToAddress enum value | TransactionRecord | |
| SendToNobody enum value | TransactionRecord | |
| SendToOther enum value | TransactionRecord | |
| SendToSelf enum value | TransactionRecord | |
| SendToSelfShieldedAddress enum value | TransactionRecord | |
| SendToSelfShieldToShieldChangeAddress enum value | TransactionRecord | |
| SendToSelfShieldToTransparent enum value | TransactionRecord | |
| SendToShielded enum value | TransactionRecord | |
| shieldedCredit | TransactionRecord | |
| size | TransactionRecord | |
| StakeDelegated enum value | TransactionRecord | |
| StakeHot enum value | TransactionRecord | |
| StakeMint enum value | TransactionRecord | |
| StakeZPIV enum value | TransactionRecord | |
| status | TransactionRecord | |
| statusToString() | TransactionRecord | |
| statusUpdateNeeded(int blockHeight) const | TransactionRecord | |
| time | TransactionRecord | |
| TransactionRecord(unsigned int size) | TransactionRecord | inlineexplicit |
| TransactionRecord(uint256 hash, qint64 time, unsigned int size) | TransactionRecord | inline |
| TransactionRecord(uint256 hash, qint64 time, unsigned int size, Type type, const std::string &address, const CAmount &debit, const CAmount &credit) | TransactionRecord | inline |
| Type enum name | TransactionRecord | |
| type | TransactionRecord | |
| updateStatus(const CWalletTx &wtx, int chainHeight) | TransactionRecord | |
| ZerocoinMint enum value | TransactionRecord | |
| ZerocoinSpend enum value | TransactionRecord | |
| ZerocoinSpend_Change_zPiv enum value | TransactionRecord | |
| ZerocoinSpend_FromMe enum value | TransactionRecord | |