HotConfig interface
Hot storage configuration.
Signature:
export interface HotConfig
Properties
| Property | Type | Description |
|---|---|---|
| allowUnfreeze | boolean | Indicates that if data isn't available in hot storage, it's allowed to be fed by Cold Storage if available. |
| enabled | boolean | Whether or not to enable hot storage. |
| ipfs? | IpfsConfig | (Optional) IPFS related storage configuration. |
| unfreezeMaxPrice | number | Maximum amount of attoFil to pay for retrieval of data to unfreeze. |