Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.06 KB

NFT.md

File metadata and controls

31 lines (19 loc) · 1.06 KB

NFT

Properties

Name Type Description Notes
cid String Self-describing content-addressed identifiers for distributed systems. Check spec for more info. [optional]
size BigDecimal Size in bytes of the NFT data. [optional]
created java.util.Date [optional]
type TypeEnum MIME type of the upload file or 'directory' when uploading multiple files. [optional]
scope String Name of the JWT token used to create this NFT. [optional]
pin Pin [optional]
files List<Object> Files in the directory (only if this NFT is a directory). [optional]
deals List<Deal> [optional]

Enum: TypeEnum

Name Value
DIRECTORY "directory"
IMAGE_JPEG "image/jpeg"
APPLICATION_JSON "application/json"
OTHER_MIME_TYPES "other mime types"