Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.27 KB

NFT.md

File metadata and controls

19 lines (14 loc) · 1.27 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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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