Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CRecipient Struct Reference

#include <wallet.h>

+ Collaboration diagram for CRecipient:

Public Attributes

CScript scriptPubKey
 
CAmount nAmount
 
bool fSubtractFeeFromAmount
 

Detailed Description

Definition at line 167 of file wallet.h.

Member Data Documentation

◆ fSubtractFeeFromAmount

bool CRecipient::fSubtractFeeFromAmount

Definition at line 171 of file wallet.h.

Referenced by WalletModel::prepareTransaction().

◆ nAmount

CAmount CRecipient::nAmount

Definition at line 170 of file wallet.h.

◆ scriptPubKey

CScript CRecipient::scriptPubKey

Definition at line 169 of file wallet.h.


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