|
Monero
|
#include <boost/format.hpp>#include <boost/asio/ip/address.hpp>#include <boost/filesystem/operations.hpp>#include <boost/algorithm/string.hpp>#include <boost/preprocessor/stringize.hpp>#include <cstdint>#include <chrono>#include "include_base_utils.h"#include "version.h"#include "wallet_rpc_server.h"#include "wallet/wallet_args.h"#include "common/command_line.h"#include "common/i18n.h"#include "common/scoped_message_writer.h"#include "cryptonote_config.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "cryptonote_basic/account.h"#include "multisig/multisig.h"#include "wallet_rpc_server_commands_defs.h"#include "misc_language.h"#include "string_coding.h"#include "string_tools.h"#include "crypto/hash.h"#include "mnemonics/electrum-words.h"#include "rpc/rpc_args.h"#include "rpc/core_rpc_server_commands_defs.h"#include "daemonizer/daemonizer.h"
Classes | |
| class | t_daemon |
| class | t_executor |
Namespaces | |
| namespace | tools |
| Various Tools. | |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "wallet.rpc" |
| #define | DEFAULT_AUTO_REFRESH_PERIOD 20 |
| #define | REFRESH_INDICATIVE_BLOCK_CHUNK_SIZE 256 |
| #define | CHECK_MULTISIG_ENABLED() |
| #define | CHECK_IF_BACKGROUND_SYNCING() |
| #define | PRE_VALIDATE_BACKGROUND_SYNC() |
| #define | MKDIR(path, mode) |
Functions | |
| static std::string | tools::ptx_to_string (const tools::wallet2::pending_tx &ptx) |
| template<typename T> | |
| static bool | tools::is_error_value (const T &val) |
| static bool | tools::is_error_value (const std::string &s) |
| template<typename T, typename V> | |
| static bool | tools::fill (T &where, V s) |
| template<typename T, typename V> | |
| static bool | tools::fill (std::list< T > &where, V s) |
| static uint64_t | tools::total_amount (const tools::wallet2::pending_tx &ptx) |
| int | main (int argc, char **argv) |
| #define CHECK_IF_BACKGROUND_SYNCING | ( | ) |
| #define CHECK_MULTISIG_ENABLED | ( | ) |
| #define DEFAULT_AUTO_REFRESH_PERIOD 20 |
| #define MONERO_DEFAULT_LOG_CATEGORY "wallet.rpc" |
| #define PRE_VALIDATE_BACKGROUND_SYNC | ( | ) |
| #define REFRESH_INDICATIVE_BLOCK_CHUNK_SIZE 256 |
| int main | ( | int | argc, |
| char ** | argv ) |