-
Describe your question in detail.Asked by What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?I tried with below code but it does not have the option. nfts = await aptos.getOwnedDigitalAssets({ownerAddress: aptosAddress, options: { offset: 100, limit: 200}}) Which operating system are you using?macOS Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Answered by
0x-j
May 8, 2024
Replies: 1 comment
-
Hey, you can use Checkout the example code here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0x-j
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, you can use
getAccountOwnedTokensFromCollectionAddress
.Checkout the example code here.