22#include "data/BackendInterface.hpp"
23#include "rpc/common/Types.hpp"
24#include "rpc/handlers/NFTOffersCommon.hpp"
Contains common functionality for handling the nft_offers command.
Definition NFTOffersCommon.hpp:48
The nft_sell_offers method returns a list of sell offers for a given NFToken object.
Definition NFTSellOffers.hpp:35
NFTSellOffersHandler(std::shared_ptr< BackendInterface > const &sharedPtrBackend)
Construct a new NFTSellOffersHandler object.
Definition NFTSellOffers.hpp:42
Result process(Input input, Context const &ctx) const
Process the NFTSellOffers command.
Definition NFTSellOffers.cpp:32
This namespace contains all the RPC logic and handlers.
Definition AMMHelpers.cpp:36
Context of an RPC call.
Definition Types.hpp:118
Result type used to return responses or error statuses to the Webserver subsystem.
Definition Types.hpp:129