Electroneum
tools::tx_dust_policy Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::tx_dust_policy:

Public Member Functions

 tx_dust_policy (uint64_t a_dust_threshold=0, bool an_add_to_fee=true, cryptonote::account_public_address an_addr_for_dust=cryptonote::account_public_address())
 

Public Attributes

uint64_t dust_threshold
 
bool add_to_fee
 
cryptonote::account_public_address addr_for_dust
 

Detailed Description

Definition at line 162 of file wallet2.h.

Constructor & Destructor Documentation

◆ tx_dust_policy()

tools::tx_dust_policy::tx_dust_policy ( uint64_t  a_dust_threshold = 0,
bool  an_add_to_fee = true,
cryptonote::account_public_address  an_addr_for_dust = cryptonote::account_public_address() 
)
inline

Definition at line 168 of file wallet2.h.

169  : dust_threshold(a_dust_threshold)
170  , add_to_fee(an_add_to_fee)
171  , addr_for_dust(an_addr_for_dust)
172  {
173  }
cryptonote::account_public_address addr_for_dust
Definition: wallet2.h:166
uint64_t dust_threshold
Definition: wallet2.h:164

Member Data Documentation

◆ add_to_fee

bool tools::tx_dust_policy::add_to_fee

Definition at line 165 of file wallet2.h.

◆ addr_for_dust

cryptonote::account_public_address tools::tx_dust_policy::addr_for_dust

Definition at line 166 of file wallet2.h.

◆ dust_threshold

uint64_t tools::tx_dust_policy::dust_threshold

Definition at line 164 of file wallet2.h.


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