Class defines the class of the nft type.

Hierarchy

  • Class

Properties

data: undefined | Any

data is the app specific metadata of the NFT class. Optional

description: string

description is a brief description of nft classification. Optional

id: string

id defines the unique identifier of the NFT classification, similar to the contract address of ERC721

name: string

name defines the human-readable name of the NFT classification. Optional

symbol: string

symbol is an abbreviated name for nft classification. Optional

uri: string

uri for the class metadata stored off chain. It can define schema for Class and NFT Data attributes. Optional

uriHash: string

uri_hash is a hash of the document pointed by uri. Optional

Generated using TypeDoc