@textile/hub > RetrievalDealInfo
RetrievalDealInfo interface
Information about a retrieval deal.
Signature:
export interface RetrievalDealInfo
Properties
| Property | Type | Description |
|---|---|---|
| miner | string | |
| minerPeerId | string | |
| minPrice | number | |
| paymentInterval | number | |
| paymentIntervalIncrease | number | |
| rootCid | string | The data cid. |
| size | number | The size of the data in bytes. |