Scorum
|
#include <scorum/blockchain_history/blockchain_history_plugin.hpp>
#include <scorum/blockchain_history/account_history_api.hpp>
#include <scorum/blockchain_history/blockchain_history_api.hpp>
#include <scorum/blockchain_history/devcommittee_history_api.hpp>
#include <scorum/blockchain_history/schema/history_object.hpp>
#include <scorum/account_identity/impacted.hpp>
#include <scorum/protocol/config.hpp>
#include <scorum/common_api/config_api.hpp>
#include <scorum/chain/database/database.hpp>
#include <scorum/chain/operation_notification.hpp>
#include <scorum/blockchain_history/schema/operation_objects.hpp>
#include <fc/smart_ref_impl.hpp>
#include <fc/thread/thread.hpp>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Namespaces | |
scorum | |
scorum::blockchain_history | |
scorum::blockchain_history::detail | |
Macros | |
#define | SCORUM_NAMESPACE_PREFIX "scorum::protocol::" |
#define SCORUM_NAMESPACE_PREFIX "scorum::protocol::" |
Definition at line 21 of file blockchain_history_plugin.cpp.