Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

NFT.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

NFT

Properties

Name Type Description Notes
cid str Self-describing content-addressed identifiers for distributed systems. Check spec for more info. [optional]
size float Size in bytes of the NFT data. [optional] if omitted the server will use the default value of 132614
created datetime This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
type str MIME type of the upload file or 'directory' when uploading multiple files. [optional]
scope str Name of the JWT token used to create this NFT. [optional] if omitted the server will use the default value of "default"
pin Pin [optional]
files Files [optional]
deals [Deal] [optional]

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