docsgen
This commit is contained in:
parent
1a10f95973
commit
268d29222a
@ -1,6 +1,7 @@
|
||||
# Groups
|
||||
* [](#)
|
||||
* [Closing](#Closing)
|
||||
* [Session](#Session)
|
||||
* [Shutdown](#Shutdown)
|
||||
* [Version](#Version)
|
||||
* [Auth](#Auth)
|
||||
@ -154,6 +155,7 @@
|
||||
* [StateMinerPreCommitDepositForPower](#StateMinerPreCommitDepositForPower)
|
||||
* [StateMinerProvingDeadline](#StateMinerProvingDeadline)
|
||||
* [StateMinerRecoveries](#StateMinerRecoveries)
|
||||
* [StateMinerSectorAllocated](#StateMinerSectorAllocated)
|
||||
* [StateMinerSectorCount](#StateMinerSectorCount)
|
||||
* [StateMinerSectors](#StateMinerSectors)
|
||||
* [StateNetworkName](#StateNetworkName)
|
||||
@ -207,6 +209,15 @@ Inputs: `null`
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### Session
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs: `null`
|
||||
|
||||
Response: `"07070707-0707-0707-0707-070707070707"`
|
||||
|
||||
### Shutdown
|
||||
|
||||
|
||||
@ -3918,6 +3929,30 @@ Response:
|
||||
]
|
||||
```
|
||||
|
||||
### StateMinerSectorAllocated
|
||||
StateMinerSectorAllocated checks if a sector is allocated
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"f01234",
|
||||
9,
|
||||
[
|
||||
{
|
||||
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
||||
},
|
||||
{
|
||||
"/": "bafy2bzacebp3shtrn43k7g3unredz7fxn4gj533d3o43tqn2p2ipxxhrvchve"
|
||||
}
|
||||
]
|
||||
]
|
||||
```
|
||||
|
||||
Response: `true`
|
||||
|
||||
### StateMinerSectorCount
|
||||
StateMinerSectorCount returns the number of sectors in a miner's sector set and proving set
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user