Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::CreatedTransactionResult Struct Reference

#include <spend.h>

Collaboration diagram for wallet::CreatedTransactionResult:
[legend]

Public Member Functions

 CreatedTransactionResult (CTransactionRef _tx, CAmount _fee, std::optional< unsigned int > _change_pos, const FeeCalculation &_fee_calc)
 

Public Attributes

CTransactionRef tx
 
CAmount fee
 
FeeCalculation fee_calc
 
std::optional< unsigned int > change_pos
 

Detailed Description

Definition at line 205 of file spend.h.

Constructor & Destructor Documentation

◆ CreatedTransactionResult()

wallet::CreatedTransactionResult::CreatedTransactionResult ( CTransactionRef  _tx,
CAmount  _fee,
std::optional< unsigned int >  _change_pos,
const FeeCalculation _fee_calc 
)
inline

Definition at line 212 of file spend.h.

Member Data Documentation

◆ change_pos

std::optional<unsigned int> wallet::CreatedTransactionResult::change_pos

Definition at line 210 of file spend.h.

◆ fee

CAmount wallet::CreatedTransactionResult::fee

Definition at line 208 of file spend.h.

◆ fee_calc

FeeCalculation wallet::CreatedTransactionResult::fee_calc

Definition at line 209 of file spend.h.

◆ tx

CTransactionRef wallet::CreatedTransactionResult::tx

Definition at line 207 of file spend.h.


The documentation for this struct was generated from the following file: