|
Electroneum
|
#include <string>#include "serialization/keyvalue_serialization.h"#include "storages/portable_storage_template_helper.h"#include "storages/portable_storage_base.h"#include "jsonrpc_structs.h"#include "jsonrpc_protocol_handler.h"

Go to the source code of this file.
Macros | |
| #define | BEGIN_JSONRPC2_MAP(t_connection_context) |
| #define | PREPARE_JSONRPC2_OBJECTS_FROM_JSON(command_type) |
| #define | FINALIZE_JSONRPC2_OBJECTS_TO_JSON(method_name) |
| #define | MAP_JSONRPC2_WE(method_name, callback_f, command_type) |
| #define | END_JSONRPC2_MAP() |
| #define BEGIN_JSONRPC2_MAP | ( | t_connection_context | ) |
Definition at line 11 of file jsonrpc_server_handlers_map.h.
| #define END_JSONRPC2_MAP | ( | ) |
Definition at line 81 of file jsonrpc_server_handlers_map.h.
| #define FINALIZE_JSONRPC2_OBJECTS_TO_JSON | ( | method_name | ) |
Definition at line 56 of file jsonrpc_server_handlers_map.h.
| #define MAP_JSONRPC2_WE | ( | method_name, | |
| callback_f, | |||
| command_type | |||
| ) |
Definition at line 64 of file jsonrpc_server_handlers_map.h.
| #define PREPARE_JSONRPC2_OBJECTS_FROM_JSON | ( | command_type | ) |
Definition at line 41 of file jsonrpc_server_handlers_map.h.