@textile/hub > StorageDealRecord
StorageDealRecord interface
A record of a single storage deal.
Signature:
export interface StorageDealRecord
Properties
Property | Type | Description |
---|---|---|
address | string | The wallet address used to pay for the deal. |
dealInfo? | StorageDealInfo | (Optional) The current state of the deal. |
pending | boolean | Whether or not the deal is processing or final. |
rootCid | string | The data cid. |
time | Date | The timestamp of the deal. |