Skip to content

Commit

Permalink
make gen docsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Mar 16, 2021
1 parent 7be10cb commit 522ffab
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api/mocks/mock_full.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions documentation/en/api-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
* [NetPeerInfo](#NetPeerInfo)
* [NetPeers](#NetPeers)
* [NetPubsubScores](#NetPubsubScores)
* [Node](#Node)
* [NodeStatus](#NodeStatus)
* [Paych](#Paych)
* [PaychAllocateLane](#PaychAllocateLane)
* [PaychAvailableFunds](#PaychAvailableFunds)
Expand Down Expand Up @@ -2938,6 +2940,40 @@ Inputs: `null`

Response: `null`

## Node
These methods are general node management and status commands


### NodeStatus
There are not yet any comments for this method.

Perms: read

Inputs:
```json
[
true
]
```

Response:
```json
{
"SyncStatus": {
"Epoch": 42,
"Behind": 42
},
"PeerStatus": {
"PeersToPublishMsgs": 123,
"PeersToPublishBlocks": 123
},
"ChainStatus": {
"BlocksPerTipsetLast100": 12.3,
"BlocksPerTipsetLastFinality": 12.3
}
}
```

## Paych
The Paych methods are for interacting with and managing payment channels

Expand Down

0 comments on commit 522ffab

Please sign in to comment.