Hi Guys
Hope all is well.
I’m just a bit confused here. I just want to find out what is the difference between token_addresses and tokenAddresses when using Moralis.EvmApi.nft.getWalletNFTs.
I started building an app a month ago and used token_addresses which is still in the documentation here. Now it gives an error and gives tokenAddresses as an option. The way the metadata is returned has also changed effectively breaking the app.
Has this changed in the last month? Or am I doing something different which is not immediately clear?
EDIT: When I say it the way the metadata changed previously I was getting it at the top level of the object. Now I have to access it via result array. Am I doing something differently?