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