We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1b269 commit c6c6b1bCopy full SHA for c6c6b1b
packages/thirdweb/src/extensions/erc721/read/getNFT.ts
@@ -52,7 +52,7 @@ export type GetNFTParams = Prettify<
52
* const nft = await getNFT({
53
* contract,
54
* tokenId: 1n,
55
- * nonSequential: true // use this flag if the contract supports `tokenByIndex` and the above tokenId should be treated as an index.
+ * tokenByIndex: true // use this flag if the contract supports `tokenByIndex` and the above tokenId should be treated as an index.
56
* });
57
* ```
58
*/
0 commit comments