|
Monero
|
#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 | |
| namespace | tools |
| Various Tools. | |
| namespace | tools::wallet_rpc |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "wallet.rpc" |
| #define | WALLET_RPC_VERSION_MAJOR 1 |
| #define | WALLET_RPC_VERSION_MINOR 29 |
| #define | MAKE_WALLET_RPC_VERSION(major, 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" |
Typedefs | |
| typedef std::vector< uint64_t > | tools::wallet_rpc::amounts_container |
| #define MAKE_WALLET_RPC_VERSION | ( | major, | |
| minor ) |
| #define MONERO_DEFAULT_LOG_CATEGORY "wallet.rpc" |
| #define WALLET_RPC_STATUS_BUSY "BUSY" |
| #define WALLET_RPC_STATUS_OK "OK" |
| #define WALLET_RPC_VERSION MAKE_WALLET_RPC_VERSION(WALLET_RPC_VERSION_MAJOR, WALLET_RPC_VERSION_MINOR) |
| #define WALLET_RPC_VERSION_MAJOR 1 |
| #define WALLET_RPC_VERSION_MINOR 29 |