Private
contractPrivate
erc721Get all NFTs
Optional
queryParams: { optional filtering to only fetch a subset of results.
Optional
count?: numberOptional
start?: numberThe NFT metadata for all NFTs queried.
Get all the data associated with every NFT in this contract.
By default, returns the first 100 NFTs, use queryParams to fetch more.
const nfts = await contract.nft.query.all();
Private
detectGenerated using TypeDoc
List ERC721 NFTs
Remarks
Easily list all the NFTs in a ERC721 contract.
Example