Outcome of building a new transaction, bundling the transaction with its fee details.
Synopsis
Declared in <wallet/types.h>
struct CreatedTransactionResult;
Member Functions
Name |
Description |
|
Construct a result from the transaction, its fee, the change output position, and the fee reason. |
Data Members
Name |
Description |
Position of the change output in the transaction, if a change output was created. |
|
The fee paid by the transaction. |
|
The reason the transaction's fee rate was chosen. |
|
The newly created transaction. |
Non-Member Functions
Name |
Description |
Create a new transaction paying the recipients with a set of coins selected by SelectCoins(); Also create the change output, when needed |
|
Insert additional inputs into the transaction by calling CreateTransaction(); |
Created with MrDocs