You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently listtokens method returns all available tokens in the blockchain.
I think it is necessary to add the is_mine attribute to every token object so that we can understand which of these tokens belongs to the wallet owner.
Currently
listtokens
method returns all available tokens in the blockchain.I think it is necessary to add the
is_mine
attribute to every token object so that we can understand which of these tokens belongs to the wallet owner.Sample :
The text was updated successfully, but these errors were encountered: