Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.2 KB

Nft.md

File metadata and controls

18 lines (13 loc) · 1.2 KB

Nft

Properties

Name Type Description Notes
cid Option<String> Self-describing content-addressed identifiers for distributed systems. Check spec for more info. [optional]
size Option<f32> Size in bytes of the NFT data. [optional][default to 132614]
created Option<String> This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
_type Option<String> MIME type of the upload file or 'directory' when uploading multiple files. [optional]
scope Option<String> Name of the JWT token used to create this NFT. [optional][default to default]
pin Option<crate::models::Pin> [optional]
files Option<Vec<serde_json::Value>> Files in the directory (only if this NFT is a directory). [optional]
deals Option<Veccrate::models::Deal> [optional]

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