Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ingar committed Dec 3, 2020
1 parent 13c8a23 commit 65abeb0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions documentation/en/api-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
* [Market](#Market)
* [MarketReleaseFunds](#MarketReleaseFunds)
* [MarketReserveFunds](#MarketReserveFunds)
* [MarketWithdraw](#MarketWithdraw)
* [Miner](#Miner)
* [MinerCreateBlock](#MinerCreateBlock)
* [MinerGetBaseInfo](#MinerGetBaseInfo)
Expand Down Expand Up @@ -1636,6 +1637,28 @@ Response: `{}`
MarketReserveFunds reserves funds for a deal


Perms: sign

Inputs:
```json
[
"f01234",
"f01234",
"0"
]
```

Response:
```json
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
```

### MarketWithdraw
MarketWithdraw withdraws unlocked funds from the market actor


Perms: sign

Inputs:
Expand Down

0 comments on commit 65abeb0

Please sign in to comment.