BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Typedefs | Functions | Variables
coin_selection.cpp File Reference
#include <bench/bench.h>
#include <wallet/wallet.h>
#include <wallet/coinselection.h>
#include <set>
Include dependency graph for coin_selection.cpp:

Go to the source code of this file.

Typedefs

typedef std::set< CInputCoinCoinSet
 

Functions

 BENCHMARK (CoinSelection, 650)
 
 BENCHMARK (BnBExhaustion, 650)
 

Variables

std::vector< std::unique_ptr< CWalletTx > > wtxn
 

Typedef Documentation

◆ CoinSet

typedef std::set<CInputCoin> CoinSet

Definition at line 59 of file coin_selection.cpp.

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( CoinSelection  ,
650   
)

◆ BENCHMARK() [2/2]

BENCHMARK ( BnBExhaustion  ,
650   
)

Variable Documentation

◆ wtxn

std::vector<std::unique_ptr<CWalletTx> > wtxn

Definition at line 61 of file coin_selection.cpp.