|
Electroneum
|
#include <wallet2.h>

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 |
|
inline |
Definition at line 168 of file wallet2.h.
| cryptonote::account_public_address tools::tx_dust_policy::addr_for_dust |