Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

COutputEntry Struct Reference

#include <wallet.h>

Public Attributes

CTxDestination destination
 
CAmount amount
 
int vout
 

Detailed Description

Definition at line 195 of file wallet.h.

Member Data Documentation

◆ amount

CAmount COutputEntry::amount

Definition at line 198 of file wallet.h.

◆ destination

CTxDestination COutputEntry::destination

Definition at line 197 of file wallet.h.

◆ vout

int COutputEntry::vout

Definition at line 199 of file wallet.h.


The documentation for this struct was generated from the following file:
Released under the MIT license