Dash Core  0.12.2.1
P2P Digital Currency
COutputEntry Struct Reference

#include <wallet.h>

Public Attributes

CTxDestination destination
 
CAmount amount
 
int vout
 

Detailed Description

Definition at line 201 of file wallet.h.

Member Data Documentation

◆ amount

CAmount COutputEntry::amount

Definition at line 204 of file wallet.h.

Referenced by CWalletTx::GetAccountAmounts(), getbalance(), listaccounts(), and ListTransactions().

◆ destination

CTxDestination COutputEntry::destination

Definition at line 203 of file wallet.h.

Referenced by CWalletTx::GetAccountAmounts(), listaccounts(), and ListTransactions().

◆ vout

int COutputEntry::vout

Definition at line 205 of file wallet.h.

Referenced by ListTransactions().


The documentation for this struct was generated from the following file: