Using the NPM package. After calling Moralis.EvmApi.nft.getWalletNFTs(...)
, I am able to destructure result
, but I can’t find a way to get the cursor
.
When I try to destructure it I get Property 'cursor' does not exist on type 'GetWalletNFTsResponseAdapter'.
I checked the type definition file and didn’t find cursor
there. I found some other data that I suppose serves the same purpose but I didn’t find it documented anywhere.
How can I get the cursor so I can save it and use it later at some point in time?