Parameters for retrieving NFTs.
type GetOwnedNFTsParams = GetOwnedTokenIdsParams & { useIndexer?: boolean;};