useNFTs
Get all NFTs
Example
const {
data: nfts,
isLoading,
error,
} = useNFTs(contract, { start: 0, count: 100 });
Parameters
Returns
a response object that includes an array of NFTs
Get all NFTs
const {
data: nfts,
isLoading,
error,
} = useNFTs(contract, { start: 0, count: 100 });
a response object that includes an array of NFTs