#include <memory>
#include <boost/program_options.hpp>
#include <map>
#include <type_traits>
#include <fc/reflect/reflect.hpp>
Go to the source code of this file.
◆ LOOKUP_LIMIT
#define LOOKUP_LIMIT (get_api_config().lookup_limit) |
◆ MAX_BLOCKCHAIN_HISTORY_DEPTH
#define MAX_BLOCKCHAIN_HISTORY_DEPTH (get_api_config().max_blockchain_history_depth) |
◆ MAX_BLOCKS_HISTORY_DEPTH
#define MAX_BLOCKS_HISTORY_DEPTH (get_api_config().max_blocks_history_depth) |
◆ MAX_BUDGETS_LIST_SIZE
#define MAX_BUDGETS_LIST_SIZE (get_api_config().max_budgets_list_size) |
◆ MAX_DISCUSSIONS_LIST_SIZE
#define MAX_DISCUSSIONS_LIST_SIZE (get_api_config().max_discussions_list_size) |
◆ MAX_TIMESTAMP_RANGE_IN_S
#define MAX_TIMESTAMP_RANGE_IN_S (get_api_config().max_timestamp_range_in_s) |
◆ TAGS_TO_ANALIZE_COUNT
#define TAGS_TO_ANALIZE_COUNT (get_api_config().tags_to_analize_count) |