FilInfo interface
Current Filecoin storage state.
Signature:
export interface FilInfo
Properties
| Property | Type | Description |
|---|---|---|
| dataCid | string | The cid of the data being stored. |
| proposals | FilStorage[] | Current Filecoin storage state with each miner. |
| size | number | The size of the data being stored. |