Clio develop
The XRP Ledger API server.
|
The nft_buy_offers method returns a list of buy offers for a given NFToken object. More...
#include <NFTBuyOffers.hpp>
Public Member Functions | |
NFTBuyOffersHandler (std::shared_ptr< BackendInterface > const &sharedPtrBackend) | |
Construct a new NFTBuyOffersHandler object. | |
Result | process (Input input, Context const &ctx) const |
Process the NFTBuyOffers 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_buy_offers method returns a list of buy offers for a given NFToken object.
For more details see: https://xrpl.org/nft_buy_offers.html
|
inline |
Construct a new NFTBuyOffersHandler object.
sharedPtrBackend | The backend to use |
NFTBuyOffersHandler::Result rpc::NFTBuyOffersHandler::process | ( | NFTBuyOffersHandler::Input | input, |
Context const & | ctx ) const |
Process the NFTBuyOffers command.
input | The input data for the command |
ctx | The context of the request |