|
Monero
|
#include "message_store.h"#include <boost/archive/portable_binary_iarchive.hpp>#include <boost/format.hpp>#include <boost/algorithm/string.hpp>#include <boost/system/error_code.hpp>#include <boost/filesystem.hpp>#include <fstream>#include <sstream>#include "file_io_utils.h"#include "storages/http_abstract_invoke.h"#include "wallet_errors.h"#include "serialization/binary_utils.h"#include "common/base58.h"#include "common/util.h"#include "common/utf8.h"#include "string_tools.h"
Namespaces | |
| namespace | mms |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "wallet.mms" |
Functions | |
| void | mms::add_hash (crypto::hash &sum, const crypto::hash &summand) |
| #define MONERO_DEFAULT_LOG_CATEGORY "wallet.mms" |