Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Attributes | List of all members
CRecipient Struct Reference

#include <wallet.h>

Collaboration diagram for CRecipient:
[legend]

Public Attributes

CScript scriptPubKey
 
CAmount nAmount
 
bool fSubtractFeeFromAmount
 

Detailed Description

Definition at line 208 of file wallet.h.

Member Data Documentation

bool CRecipient::fSubtractFeeFromAmount

Definition at line 212 of file wallet.h.

CAmount CRecipient::nAmount

Definition at line 211 of file wallet.h.

CScript CRecipient::scriptPubKey

Definition at line 210 of file wallet.h.


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