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

#include <spend.h>

Public Member Functions

void Insert (const COutput &output, bool subtract_fee_outputs)
 

Public Attributes

std::set< std::shared_ptr< COutput > > coins
 
CAmount total_amount {0}
 

Detailed Description

Definition at line 156 of file spend.h.

Member Function Documentation

◆ Insert()

void wallet::PreSelectedInputs::Insert ( const COutput output,
bool  subtract_fee_outputs 
)
inline

Definition at line 164 of file spend.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ coins

std::set<std::shared_ptr<COutput> > wallet::PreSelectedInputs::coins

Definition at line 158 of file spend.h.

◆ total_amount

CAmount wallet::PreSelectedInputs::total_amount {0}

Definition at line 162 of file spend.h.


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