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

#include <spend.h>

Public Attributes

CAmount min_amount {1}
 
CAmount max_amount {MAX_MONEY}
 
CAmount min_sum_amount {MAX_MONEY}
 
uint64_t max_count {0}
 
bool only_spendable {true}
 
bool include_immature_coinbase {false}
 
bool skip_locked {true}
 

Detailed Description

Definition at line 66 of file spend.h.

Member Data Documentation

◆ include_immature_coinbase

bool wallet::CoinFilterParams::include_immature_coinbase {false}

Definition at line 78 of file spend.h.

◆ max_amount

CAmount wallet::CoinFilterParams::max_amount {MAX_MONEY}

Definition at line 70 of file spend.h.

◆ max_count

uint64_t wallet::CoinFilterParams::max_count {0}

Definition at line 74 of file spend.h.

◆ min_amount

CAmount wallet::CoinFilterParams::min_amount {1}

Definition at line 68 of file spend.h.

◆ min_sum_amount

CAmount wallet::CoinFilterParams::min_sum_amount {MAX_MONEY}

Definition at line 72 of file spend.h.

◆ only_spendable

bool wallet::CoinFilterParams::only_spendable {true}

Definition at line 76 of file spend.h.

◆ skip_locked

bool wallet::CoinFilterParams::skip_locked {true}

Definition at line 80 of file spend.h.


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