|
Electroneum
|
#include "include_base_utils.h"#include "core_rpc_server.h"#include "common/command_line.h"#include "common/updates.h"#include "common/download.h"#include "common/util.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "cryptonote_basic/account.h"#include "cryptonote_basic/cryptonote_basic_impl.h"#include "misc_language.h"#include "crypto/hash.h"#include "rpc/rpc_args.h"#include "core_rpc_server_error_codes.h"
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "daemon.rpc" |
| #define | MAX_RESTRICTED_FAKE_OUTS_COUNT 40 |
| #define | MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 500 |
| #define | OUTPUT_HISTOGRAM_RECENT_CUTOFF_RESTRICTION (3 * 86400) |
| #define | CHECK_CORE_READY() do { if(!check_core_ready()){res.status = CORE_RPC_STATUS_BUSY;return true;} } while(0) |
Functions | |
| static cryptonote::blobdata | cryptonote::get_pruned_tx_blob (const cryptonote::blobdata &blobdata) |
| uint64_t | cryptonote::slow_memmem (const void *start_buff, size_t buflen, const void *pat, size_t patlen) |
| #define CHECK_CORE_READY | ( | ) | do { if(!check_core_ready()){res.status = CORE_RPC_STATUS_BUSY;return true;} } while(0) |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "daemon.rpc" |
| #define MAX_RESTRICTED_FAKE_OUTS_COUNT 40 |
| #define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 500 |
| #define OUTPUT_HISTOGRAM_RECENT_CUTOFF_RESTRICTION (3 * 86400) |
1.8.14