|
Monero
|
#include <stdexcept>#include <boost/utility/string_ref.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
| namespace | cryptonote::rpc |
Functions | |
| bool | cryptonote::rpc::is_blocked_in_restricted_mode (const boost::string_ref method) noexcept |
| void | cryptonote::rpc::check_blocked_methods_sorted () |
| Throws std::logic_error if the internal method table is not sorted. | |