This commit is contained in:
Łukasz Magiera 2021-02-05 22:02:33 +01:00
parent 1b65f48808
commit a4ddf9225f

View File

@ -48,6 +48,8 @@
* [MarketListDeals](#MarketListDeals) * [MarketListDeals](#MarketListDeals)
* [MarketListIncompleteDeals](#MarketListIncompleteDeals) * [MarketListIncompleteDeals](#MarketListIncompleteDeals)
* [MarketListRetrievalDeals](#MarketListRetrievalDeals) * [MarketListRetrievalDeals](#MarketListRetrievalDeals)
* [MarketPendingDeals](#MarketPendingDeals)
* [MarketPublishPendingDeals](#MarketPublishPendingDeals)
* [MarketRestartDataTransfer](#MarketRestartDataTransfer) * [MarketRestartDataTransfer](#MarketRestartDataTransfer)
* [MarketSetAsk](#MarketSetAsk) * [MarketSetAsk](#MarketSetAsk)
* [MarketSetRetrievalAsk](#MarketSetRetrievalAsk) * [MarketSetRetrievalAsk](#MarketSetRetrievalAsk)
@ -524,7 +526,7 @@ Response: `{}`
### MarketCancelDataTransfer ### MarketCancelDataTransfer
ClientCancelDataTransfer cancels a data transfer with the given transfer ID and other peer MarketCancelDataTransfer cancels a data transfer with the given transfer ID and other peer
Perms: read Perms: read
@ -725,8 +727,33 @@ Inputs: `null`
Response: `null` Response: `null`
### MarketPendingDeals
There are not yet any comments for this method.
Perms: admin
Inputs: `null`
Response:
```json
{
"Deals": null,
"PublishPeriodStart": "0001-01-01T00:00:00Z",
"PublishPeriod": 60000000000
}
```
### MarketPublishPendingDeals
There are not yet any comments for this method.
Perms: admin
Inputs: `null`
Response: `{}`
### MarketRestartDataTransfer ### MarketRestartDataTransfer
MinerRestartDataTransfer attempts to restart a data transfer with the given transfer ID and other peer MarketRestartDataTransfer attempts to restart a data transfer with the given transfer ID and other peer
Perms: read Perms: read