Docs

NFT

type NFT = {
metadata: NFTMetadata;
owner: string;
quantityOwned?: string;
supply: string;
type: "ERC1155" | "ERC721" | "metaplex";
};