|
Monero
|
#include "string_tools.h"#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 | |
| namespace | 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_STATUS_PAYMENT_REQUIRED "PAYMENT REQUIRED" |
| #define | CORE_RPC_VERSION_MAJOR 3 |
| #define | CORE_RPC_VERSION_MINOR 15 |
| #define | MAKE_CORE_RPC_VERSION(major, minor) |
| #define | CORE_RPC_VERSION MAKE_CORE_RPC_VERSION(CORE_RPC_VERSION_MAJOR, CORE_RPC_VERSION_MINOR) |
| #define CORE_RPC_STATUS_BUSY "BUSY" |
| #define CORE_RPC_STATUS_NOT_MINING "NOT MINING" |
| #define CORE_RPC_STATUS_OK "OK" |
| #define CORE_RPC_STATUS_PAYMENT_REQUIRED "PAYMENT REQUIRED" |
| #define CORE_RPC_VERSION MAKE_CORE_RPC_VERSION(CORE_RPC_VERSION_MAJOR, CORE_RPC_VERSION_MINOR) |
| #define CORE_RPC_VERSION_MAJOR 3 |
| #define CORE_RPC_VERSION_MINOR 15 |
| #define MAKE_CORE_RPC_VERSION | ( | major, | |
| minor ) |