Draft: Limits for nft_get_all_tokens #771

Closed
timur.5 wants to merge 3 commits from feature/limit-NFT-objs-returned into develop
Showing only changes of commit f42a52ca57 - Show all commits

View file

@ -2572,7 +2572,7 @@ class wallet_api
/**
* @brief Returns all tokens
* @param limit the maximum number of NFT objects to return (max: 100)
* @param lowerbound token_id the symbol of the first NFT object to include in the list.
* @param lower_id the symbol of the first NFT object to include in the list.
* @return Returns vector of NFT objects, empty vector if none
*/
vector<nft_object> nft_get_all_tokens(uint32_t limit, optional<nft_id_type> lower_id) const;