A transaction output target: a destination, an amount, and fee handling.
Declared in <wallet/wallet.h>
struct CRecipient;
| Name | Description |
|---|---|
dest | The destination to send funds to. |
fSubtractFeeFromAmount | Whether the fee should be deducted from this recipient's amount. |
nAmount | The amount to send to the destination. |