
Table row type of nftinfo
{ "name": "nft_info_row", "base": "", "fields": [ { "name": "code_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "protocol", "type": "name" }, { "name": "asset_id", "type": "uint64" }, { "name": "category", "type": "uint64" }, { "name": "time", "type": "uint64" }, { "name": "money", "type": "uint64" }, { "name": "space", "type": "uint64" }, { "name": "belief", "type": "uint64" }, { "name": "stars", "type": "uint64" }, { "name": "discount", "type": "uint64" }, { "name": "url", "type": "string" } ] }