Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.1 KB

NFT.md

File metadata and controls

16 lines (13 loc) · 1.1 KB

# NFT

Properties

Name Type Description Notes
cid string Self-describing content-addressed identifiers for distributed systems. Check spec for more info. [optional]
size float Size in bytes of the NFT data. [optional] [default to 132614]
created \DateTime This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
type string 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] [default to 'default']
pin \NFTStorage\Model\Pin [optional]
files object[] Files in the directory (only if this NFT is a directory). [optional]
deals \NFTStorage\Model\Deal[] [optional]

[Back to Model list] [Back to API list] [Back to README]