|
Clio
develop
The XRP Ledger API server.
|
The nft_sell_offers method returns a list of sell offers for a given NFToken object. More...
#include <NFTSellOffers.hpp>


Public Member Functions | |
| NFTSellOffersHandler (std::shared_ptr< BackendInterface > const &sharedPtrBackend) | |
| Construct a new NFTSellOffersHandler object. | |
| Result | process (Input const &input, Context const &ctx) const |
| Process the NFTSellOffers command. | |
| Public Member Functions inherited from rpc::NFTOffersHandlerBase | |
| NFTOffersHandlerBase (std::shared_ptr< BackendInterface > const &sharedPtrBackend) | |
| Construct a new NFTOffersHandlerBase object. | |
Additional Inherited Members | |
| Public Types inherited from rpc::NFTOffersHandlerBase | |
| using | Result = HandlerReturnType<Output> |
| Static Public Member Functions inherited from rpc::NFTOffersHandlerBase | |
| static RpcSpecConstRef | spec (uint32_t apiVersion) |
| Returns the API specification for the command. | |
| Static Public Attributes inherited from rpc::NFTOffersHandlerBase | |
| static constexpr auto | kLIMIT_MIN = 50 |
| static constexpr auto | kLIMIT_MAX = 500 |
| static constexpr auto | kLIMIT_DEFAULT = 250 |
| Protected Member Functions inherited from rpc::NFTOffersHandlerBase | |
| Result | iterateOfferDirectory (Input input, ripple::uint256 const &tokenID, ripple::Keylet const &directory, boost::asio::yield_context yield) const |
| Iterate the NFT offer directory. | |
The nft_sell_offers method returns a list of sell offers for a given NFToken object.
For more details see: https://xrpl.org/nft_sell_offers.html
|
inline |
Construct a new NFTSellOffersHandler object.
| sharedPtrBackend | The backend to use |
| NFTSellOffersHandler::Result rpc::NFTSellOffersHandler::process | ( | NFTSellOffersHandler::Input const & | input, |
| Context const & | ctx ) const |
Process the NFTSellOffers command.
| input | The input data for the command |
| ctx | The context of the request |