Skip to content

Commit

Permalink
docs(apidocs): update for new funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Nov 11, 2020
1 parent 01266c2 commit cd596d6
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions documentation/en/api-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
* [LogList](#LogList)
* [LogSetLevel](#LogSetLevel)
* [Market](#Market)
* [MarketEnsureAvailable](#MarketEnsureAvailable)
* [MarketReleaseFunds](#MarketReleaseFunds)
* [MarketReserveFunds](#MarketReserveFunds)
* [Miner](#Miner)
* [MinerCreateBlock](#MinerCreateBlock)
* [MinerGetBaseInfo](#MinerGetBaseInfo)
Expand Down Expand Up @@ -1612,8 +1613,24 @@ Response: `{}`
## Market


### MarketEnsureAvailable
MarketFreeBalance
### MarketReleaseFunds
MarketReleaseFunds releases funds reserved by MarketReserveFunds


Perms: sign

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

Response: `{}`

### MarketReserveFunds
MarketReserveFunds reserves funds for a deal


Perms: sign
Expand Down

0 comments on commit cd596d6

Please sign in to comment.