Scorum
|
#include <scorum/witness/witness_objects.hpp>
#include <scorum/witness/witness_plugin.hpp>
#include <scorum/chain/schema/account_objects.hpp>
#include <scorum/chain/database/database.hpp>
#include <scorum/chain/database_exceptions.hpp>
#include <scorum/chain/schema/scorum_objects.hpp>
#include <scorum/chain/services/account.hpp>
#include <scorum/chain/services/comment.hpp>
#include <scorum/chain/services/dynamic_global_property.hpp>
#include <fc/time.hpp>
#include <graphene/utilities/key_conversion.hpp>
#include <fc/smart_ref_impl.hpp>
#include <fc/thread/thread.hpp>
#include <iostream>
#include <memory>
Go to the source code of this file.
Classes | |
class | scorum::witness::detail::witness_plugin_impl |
struct | scorum::witness::detail::operation_visitor |
Namespaces | |
scorum | |
scorum::witness | |
scorum::witness::detail | |
Macros | |
#define | DISTANCE_CALC_PRECISION (10000) |
Functions | |
void | scorum::witness::detail::check_memo (const std::string &memo, const account_object &account, const account_authority_object &auth) |
#define DISTANCE_CALC_PRECISION (10000) |
Definition at line 45 of file witness_plugin.cpp.