Optional
description?: stringA string describing how this identity uses NFTs (for use in user
interfaces). Descriptions longer than 160
characters may be elided in
some interfaces.
E.g.:
Optional
fields?: NftCategoryFieldA mapping of field identifier to field definitions for the data fields that can appear in NFT commitments of this category.
Categories including only sequential NFTs (where parse.bytecode
is
undefined) should omit fields
(or set to undefined
).
Parsing and interpretation information for all NFTs of this category;
this enables generalized wallets to parse and display detailed
information about all NFTs held by the wallet, e.g. BCH Pledged
,
Order Price
, Seat Number
, Asset Number
,
IPFS Content Identifier
, HTTPS URL
, etc.
Parsing instructions are provided in the bytecode
property, and the
results are interpreted using the types
property.
Generated using TypeDoc
A definition specifying the non-fungible token information for a token category.