|
Electroneum
|
#include "cryptonote_config.h"#include "cryptonote_protocol/cryptonote_protocol_defs.h"#include "cryptonote_basic/cryptonote_basic.h"#include "cryptonote_basic/subaddress_index.h"#include "crypto/hash.h"#include "wallet_rpc_server_error_codes.h"

Go to the source code of this file.
Namespaces | |
| tools | |
| Various Tools. | |
| tools::wallet_rpc | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "wallet.rpc" |
| #define | WALLET_RPC_VERSION_MAJOR 1 |
| #define | WALLET_RPC_VERSION_MINOR 13 |
| #define | MAKE_WALLET_RPC_VERSION(major, minor) (((major)<<16)|(minor)) |
| #define | WALLET_RPC_VERSION MAKE_WALLET_RPC_VERSION(WALLET_RPC_VERSION_MAJOR, WALLET_RPC_VERSION_MINOR) |
| #define | WALLET_RPC_STATUS_OK "OK" |
| #define | WALLET_RPC_STATUS_BUSY "BUSY" |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "wallet.rpc" |
Definition at line 41 of file wallet_rpc_server_commands_defs.h.
| #define MAKE_WALLET_RPC_VERSION | ( | major, | |
| minor | |||
| ) | (((major)<<16)|(minor)) |
Definition at line 52 of file wallet_rpc_server_commands_defs.h.
| #define WALLET_RPC_STATUS_BUSY "BUSY" |
Definition at line 59 of file wallet_rpc_server_commands_defs.h.
| #define WALLET_RPC_STATUS_OK "OK" |
Definition at line 58 of file wallet_rpc_server_commands_defs.h.
| #define WALLET_RPC_VERSION MAKE_WALLET_RPC_VERSION(WALLET_RPC_VERSION_MAJOR, WALLET_RPC_VERSION_MINOR) |
Definition at line 53 of file wallet_rpc_server_commands_defs.h.
| #define WALLET_RPC_VERSION_MAJOR 1 |
Definition at line 50 of file wallet_rpc_server_commands_defs.h.
| #define WALLET_RPC_VERSION_MINOR 13 |
Definition at line 51 of file wallet_rpc_server_commands_defs.h.