22#include "data/BackendInterface.hpp"
23#include "rpc/common/Types.hpp"
24#include "rpc/handlers/NFTOffersCommon.hpp"
The nft_buy_offers method returns a list of buy offers for a given NFToken object.
Definition NFTBuyOffers.hpp:35
Result process(Input input, Context const &ctx) const
Process the NFTBuyOffers command.
Definition NFTBuyOffers.cpp:32
NFTBuyOffersHandler(std::shared_ptr< BackendInterface > const &sharedPtrBackend)
Construct a new NFTBuyOffersHandler object.
Definition NFTBuyOffers.hpp:42
Contains common functionality for handling the nft_offers command.
Definition NFTOffersCommon.hpp:48
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