3#include "data/BackendInterface.hpp"
4#include "rpc/common/Types.hpp"
5#include "rpc/handlers/NFTOffersCommon.hpp"
NFTBuyOffersHandler(std::shared_ptr< BackendInterface > sharedPtrBackend)
Construct a new NFTBuyOffersHandler object.
Definition NFTBuyOffers.hpp:23
Result process(Input const &input, Context const &ctx) const
Process the NFTBuyOffers command.
Definition NFTBuyOffers.cpp:13
NFTOffersHandlerBase(std::shared_ptr< BackendInterface > sharedPtrBackend)
Construct a new NFTOffersHandlerBase object.
Definition NFTOffersCommon.hpp:68
This namespace contains all the RPC logic and handlers.
Definition AMMHelpers.cpp:18
Context of an RPC call.
Definition Types.hpp:99
Result type used to return responses or error statuses to the Webserver subsystem.
Definition Types.hpp:110