Bitcoin Core 28.99.0
P2P Digital Currency
|
#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} |
|
inline |
std::set<std::shared_ptr<COutput> > wallet::PreSelectedInputs::coins |