Cosmetics.

This commit is contained in:
timur 2022-12-15 08:35:28 -04:00
parent a8060a0ca6
commit f42a52ca57

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;