@textile/hub > DealRecordsConfig
DealRecordsConfig interface
A configuration object to control the behavior of querying for deal records.
Signature:
export interface DealRecordsConfig
Properties
Property | Type | Description |
---|---|---|
ascending | boolean | Whether or not to sort results by timestamp ascending, default descending. |
dataCids | string[] | Filter of data cids of the deals. |
fromAddrs | string[] | Filter of wallet addressed used to fund the deals. |
includeFinal | boolean | Whether or not to include final deals, default false. |
includePending | boolean | Whether or not to include pending deals, default false. |