|
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 | |
| 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) |
Enumerations | |
| enum | cryptonote::SPENT_STATUS { cryptonote::UNSPENT = 0, cryptonote::SPENT_IN_BLOCKCHAIN = 1, cryptonote::SPENT_IN_POOL = 2 } |
| #define CORE_RPC_STATUS_BUSY "BUSY" |
Definition at line 73 of file core_rpc_server_commands_defs.h.
| #define CORE_RPC_STATUS_NOT_MINING "NOT MINING" |
Definition at line 74 of file core_rpc_server_commands_defs.h.
| #define CORE_RPC_STATUS_OK "OK" |
Definition at line 72 of file core_rpc_server_commands_defs.h.
| #define CORE_RPC_VERSION MAKE_CORE_RPC_VERSION(CORE_RPC_VERSION_MAJOR, CORE_RPC_VERSION_MINOR) |
Definition at line 86 of file core_rpc_server_commands_defs.h.
| #define CORE_RPC_VERSION_MAJOR 2 |
Definition at line 83 of file core_rpc_server_commands_defs.h.
| #define CORE_RPC_VERSION_MINOR 6 |
Definition at line 84 of file core_rpc_server_commands_defs.h.
| #define MAKE_CORE_RPC_VERSION | ( | major, | |
| minor | |||
| ) | (((major)<<16)|(minor)) |
Definition at line 85 of file core_rpc_server_commands_defs.h.