Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CompactTallyItem Struct Reference

#include <wallet.h>

Public Member Functions

 CompactTallyItem ()
 

Public Attributes

CTxDestination txdest
 
CAmount nAmount
 
std::vector< COutPointvecOutPoints
 

Detailed Description

Definition at line 107 of file wallet.h.

Constructor & Destructor Documentation

◆ CompactTallyItem()

CompactTallyItem::CompactTallyItem ( )
inline

Definition at line 112 of file wallet.h.

References nAmount.

Member Data Documentation

◆ nAmount

◆ txdest

CTxDestination CompactTallyItem::txdest

◆ vecOutPoints


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