22#include "rpc/common/AnyHandler.hpp"
43 contains(std::string
const& command)
const = 0;
51 virtual std::optional<AnyHandler>
Interface for the provider of RPC handlers.
Definition HandlerProvider.hpp:32
virtual bool isClioOnly(std::string const &command) const =0
Check if a given method is Clio-only.
virtual bool contains(std::string const &command) const =0
Check if the provider contains a handler for a given method.
virtual std::optional< AnyHandler > getHandler(std::string const &command) const =0
Get the handler for a given method.
This namespace contains all the RPC logic and handlers.
Definition AMMHelpers.cpp:36