[#wallet-CRecipient] = xref:wallet.adoc[wallet]::CRecipient :relfileprefix: ../ :mrdocs: A transaction output target: a destination, an amount, and fee handling. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CRecipient; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/CRecipient/dest.adoc[`dest`] | The destination to send funds to. | xref:wallet/CRecipient/fSubtractFeeFromAmount.adoc[`fSubtractFeeFromAmount`] | Whether the fee should be deducted from this recipient's amount. | xref:wallet/CRecipient/nAmount.adoc[`nAmount`] | The amount to send to the destination. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#