#include <wallet.h>
Definition at line 227 of file wallet.h.
◆ CoinSelectionParams() [1/2]
CoinSelectionParams::CoinSelectionParams |
( |
bool |
use_bnb_, |
|
|
size_t |
change_output_size_, |
|
|
size_t |
change_spend_size_, |
|
|
CFeeRate |
effective_fee_, |
|
|
size_t |
tx_noinputs_size_ |
|
) |
| |
|
inline |
◆ CoinSelectionParams() [2/2]
CoinSelectionParams::CoinSelectionParams |
( |
| ) |
|
|
inline |
◆ change_output_size
size_t CoinSelectionParams::change_output_size = 0 |
◆ change_spend_size
size_t CoinSelectionParams::change_spend_size = 0 |
◆ effective_fee
◆ m_subtract_fee_outputs
bool CoinSelectionParams::m_subtract_fee_outputs = false |
Indicate that we are subtracting the fee from outputs.
Definition at line 234 of file wallet.h.
◆ tx_noinputs_size
size_t CoinSelectionParams::tx_noinputs_size = 0 |
◆ use_bnb
bool CoinSelectionParams::use_bnb = true |
The documentation for this struct was generated from the following file: