Hello!
I´m transfering an NFT using the method
await Moralis.transfer(options)
.
But after tx confirmation, it takes few minutes to update the NFT balance using the method
await Moralis.Web3API.account.getNFTsForContract(options);
(I´m using rinkeby node)
I just read about Moralis Nitro:
“Moralis Nitro also introduces a breaking change in that it removes TokenBalance and NFTOwners tables. Most of our users already use the Moralis.Web3API to fetch token balances or NFT owners.”
There is any solution to improve the balance query results just after the transfer?