|
Electroneum
|
#include "cryptonote_protocol/cryptonote_protocol_defs.h"#include "cryptonote_basic/cryptonote_basic.h"#include "cryptonote_basic/difficulty.h"#include "crypto/hash.h"#include "rpc/rpc_handler.h"#include "common/varint.h"#include "common/perf_timer.h"

Go to the source code of this file.
Namespaces | |
| anonymous_namespace{core_rpc_server_commands_defs.h} | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | CORE_RPC_STATUS_OK "OK" |
| #define | CORE_RPC_STATUS_BUSY "BUSY" |
| #define | CORE_RPC_STATUS_NOT_MINING "NOT MINING" |
| #define | CORE_RPC_VERSION_MAJOR 2 |
| #define | CORE_RPC_VERSION_MINOR 6 |
| #define | MAKE_CORE_RPC_VERSION(major, minor) (((major)<<16)|(minor)) |
| #define | CORE_RPC_VERSION MAKE_CORE_RPC_VERSION(CORE_RPC_VERSION_MAJOR, CORE_RPC_VERSION_MINOR) |
Functions | |
| template<typename T > | |
| std::string | anonymous_namespace{core_rpc_server_commands_defs.h}::compress_integer_array (const std::vector< T > &v) |
| template<typename T > | |
| std::vector< T > | anonymous_namespace{core_rpc_server_commands_defs.h}::decompress_integer_array (const std::string &s) |
| #define CORE_RPC_STATUS_BUSY "BUSY" |
| #define CORE_RPC_STATUS_NOT_MINING "NOT MINING" |
| #define CORE_RPC_STATUS_OK "OK" |
| #define CORE_RPC_VERSION MAKE_CORE_RPC_VERSION(CORE_RPC_VERSION_MAJOR, CORE_RPC_VERSION_MINOR) |
| #define CORE_RPC_VERSION_MAJOR 2 |
| #define CORE_RPC_VERSION_MINOR 6 |
| #define MAKE_CORE_RPC_VERSION | ( | major, | |
| minor | |||
| ) | (((major)<<16)|(minor)) |