HotInfo interface
Current hot storage state.
Signature:
export interface HotInfo
Properties
| Property | Type | Description |
|---|---|---|
| enabled | boolean | Whether or not hot storage is enabled. |
| ipfs? | IpfsHotInfo | (Optional) Current IPFS storage state. |
| size | number | The size of the data in bytes. |