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 input, Context const &ctx) const |
Process the NFTSellOffers command. | |
![]() | |
NFTOffersHandlerBase (std::shared_ptr< BackendInterface > const &sharedPtrBackend) | |
Construct a new NFTOffersHandlerBase object. | |
Additional Inherited Members | |
![]() | |
using | Result = HandlerReturnType<Output> |
![]() | |
static RpcSpecConstRef | spec (uint32_t apiVersion) |
Returns the API specification for the command. | |
![]() | |
static constexpr auto | kLIMIT_MIN = 50 |
static constexpr auto | kLIMIT_MAX = 500 |
static constexpr auto | kLIMIT_DEFAULT = 250 |
![]() | |
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 | input, |
Context const & | ctx ) const |
Process the NFTSellOffers command.
input | The input data for the command |
ctx | The context of the request |