![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Attributes | |
CTxDestination | destination |
CAmount | amount |
int | vout |
CAmount COutputEntry::amount |
Definition at line 204 of file wallet.h.
Referenced by CWalletTx::GetAccountAmounts(), getbalance(), listaccounts(), and ListTransactions().
CTxDestination COutputEntry::destination |
Definition at line 203 of file wallet.h.
Referenced by CWalletTx::GetAccountAmounts(), listaccounts(), and ListTransactions().
int COutputEntry::vout |
Definition at line 205 of file wallet.h.
Referenced by ListTransactions().