Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Deals

Hierarchy

  • Deals

Index

Properties

retrievalDealRecords

retrievalDealRecords: (opts?: DealRecordsOptions) => Promise<AsObject>

List retrieval deal records for the user according to the provided options.

param

Options that control the behavior of listing records.

returns

A list of retrieval deal records.

Type declaration

storageDealRecords

storageDealRecords: (opts?: DealRecordsOptions) => Promise<AsObject>

List storage deal records for the user according to the provided options.

param

Options that control the behavior of listing records.

returns

A list of storage deal records.

Type declaration

Generated using TypeDoc