Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 999 Bytes

Status.md

File metadata and controls

19 lines (14 loc) · 999 Bytes

FilecoinStorage.model.Status

Load the model package

import 'package:FilecoinStorage/api.dart';

Properties

Name Type Description Notes
cid String Self-describing content-addressed identifiers for distributed systems. Check the CID (Content IDentifier) Specification for more info. [optional]
dagSize num Total size of the DAG in bytes. [optional] [default to 132614]
created DateTime This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
pins List [optional] [default to const []]
deals List [optional] [default to const []]

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