MythicalGames / dgoods

A token standard for digital goods
https://dgoods.org
GNU Lesser General Public License v3.0
112 stars 41 forks source link

Question: How to query FT list #19

Open Developmc opened 5 years ago

Developmc commented 5 years ago

For NFT, query the dgoodstats table. However , It's hard to query FT for someone:
1.Query table "accounts", get "category" and "token_name" 2.According to first step ,query table "dgoodstats";

Why not return "fungible" in query table "accounts" ?