Dash Core  0.12.2.1
P2P Digital Currency
CRecipient Struct Reference

#include <wallet.h>

Public Attributes

CScript scriptPubKey
 
CAmount nAmount
 
bool fSubtractFeeFromAmount
 

Detailed Description

Definition at line 173 of file wallet.h.

Member Data Documentation

◆ fSubtractFeeFromAmount

bool CRecipient::fSubtractFeeFromAmount

Definition at line 177 of file wallet.h.

Referenced by CWallet::CreateTransaction().

◆ nAmount

CAmount CRecipient::nAmount

Definition at line 176 of file wallet.h.

Referenced by CWallet::CreateTransaction().

◆ scriptPubKey

CScript CRecipient::scriptPubKey

Definition at line 175 of file wallet.h.

Referenced by CWallet::CreateTransaction().


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