Weird metadata json format #336
Replies: 1 comment
-
@KtorZ isn't this a bug though? Docs suggest that it would be following the format I described in "What should be the expected behavior?" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Git revision / release tag are you using?
v6.0.0 (rc2)
Do you use any client SDK? If yes, which one?
TypeScript
Describe what the problem is?
Transaction metadata map is being returned as an array of objects that have a single key-value pair. e.g. this nft metadata is being returned as
What should be the expected behavior?
Map should be returned as single json object that has multiple key-value pairs. e.g.
This would make it easier to use, as well as make it possible differentiate between arrays and maps (array -> array, map -> object)
If applicable, what are the logs from the server around the occurence of the problem?
No response
Note: sorry I used a 'Bug' template again, couldn't remove Bug label.
Beta Was this translation helpful? Give feedback.
All reactions