Cosmetics.
This commit is contained in:
parent
a8060a0ca6
commit
f42a52ca57
1 changed files with 1 additions and 1 deletions
|
|
@ -2572,7 +2572,7 @@ class wallet_api
|
||||||
/**
|
/**
|
||||||
* @brief Returns all tokens
|
* @brief Returns all tokens
|
||||||
* @param limit the maximum number of NFT objects to return (max: 100)
|
* @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
|
* @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;
|
vector<nft_object> nft_get_all_tokens(uint32_t limit, optional<nft_id_type> lower_id) const;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue