const nfts = await Moralis.Web3API.account.getAllTokenIds(options)
is returning
TypeError: Moralis.Web3API.account.getAllTokenIds is not a function
- does anyone have an idea as to why?
const nfts = await Moralis.Web3API.account.getAllTokenIds(options)
is returning
TypeError: Moralis.Web3API.account.getAllTokenIds is not a function
getAllTokenIds should be from token and not from account
Ahh of course - sorry and thank you!