|
Electroneum
|
#include <lmdb.h>#include <boost/algorithm/string.hpp>#include <boost/range/adaptor/transformed.hpp>#include <boost/filesystem.hpp>#include "common/util.h"#include "misc_log_ex.h"#include "misc_language.h"#include "wallet_errors.h"#include "ringdb.h"
Go to the source code of this file.
Namespaces | |
| namespace | tools |
| Various Tools. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "wallet.ringdb" |
Enumerations | |
| enum | { BLACKBALL_BLACKBALL , BLACKBALL_UNBLACKBALL , BLACKBALL_QUERY , BLACKBALL_CLEAR } |
Functions | |
| std::string | get_rings_filename (boost::filesystem::path filename) |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "wallet.ringdb" |
Definition at line 40 of file ringdb.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| BLACKBALL_BLACKBALL | |
| BLACKBALL_UNBLACKBALL | |
| BLACKBALL_QUERY | |
| BLACKBALL_CLEAR | |
Definition at line 197 of file ringdb.cpp.
| std::string get_rings_filename | ( | boost::filesystem::path | filename | ) |
Definition at line 91 of file ringdb.cpp.
