wallet::CRecipient

A transaction output target: a destination, an amount, and fee handling.

Synopsis

Declared in <wallet/wallet.h>

struct CRecipient;

Data Members

NameDescription
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.