You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this did not work. Could someone give me a hint what I could do to only display one collection? Thanks in advance and leave a Solana tipping wallet if you would like.
The text was updated successfully, but these errors were encountered:
I want to only display NFTs from a certain collection. I tried adding functions like this in NFTget.ts:
function filterAgain(NFTs: INFT[]): INFT[] {
return NFTs.filter(
(n) =>
n.metadataOnchain.updateAuthority == 'HwMBMB6QpPJNyFnbVtt2UKVmJQPGnKKsMfaxNUyWahmc'
)
However this did not work. Could someone give me a hint what I could do to only display one collection? Thanks in advance and leave a Solana tipping wallet if you would like.
The text was updated successfully, but these errors were encountered: