![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
CompactTallyItem () | |
Public Attributes | |
CTxDestination | txdest |
CAmount | nAmount |
std::vector< CTxIn > | vecTxIn |
CAmount CompactTallyItem::nAmount |
Definition at line 114 of file wallet.h.
Referenced by CompactTallyItem(), CPrivateSendClient::CreateDenominated(), CWallet::GetAnonymizableBalance(), CPrivateSendClient::MakeCollateralAmounts(), CompareByAmount::operator()(), and CWallet::SelectCoinsGrouppedByAddresses().
CTxDestination CompactTallyItem::txdest |
Definition at line 113 of file wallet.h.
Referenced by CPrivateSendClient::CreateDenominated(), CPrivateSendClient::MakeCollateralAmounts(), and CWallet::SelectCoinsGrouppedByAddresses().
std::vector<CTxIn> CompactTallyItem::vecTxIn |
Definition at line 115 of file wallet.h.
Referenced by CPrivateSendClient::CreateDenominated(), CPrivateSendClient::MakeCollateralAmounts(), and CWallet::SelectCoinsGrouppedByAddresses().