docsgen
This commit is contained in:
parent
174c595acc
commit
db977a2f91
@ -99,6 +99,7 @@
|
|||||||
* [SectorSetExpectedSealDuration](#SectorSetExpectedSealDuration)
|
* [SectorSetExpectedSealDuration](#SectorSetExpectedSealDuration)
|
||||||
* [SectorSetSealDelay](#SectorSetSealDelay)
|
* [SectorSetSealDelay](#SectorSetSealDelay)
|
||||||
* [SectorStartSealing](#SectorStartSealing)
|
* [SectorStartSealing](#SectorStartSealing)
|
||||||
|
* [SectorTerminate](#SectorTerminate)
|
||||||
* [Sectors](#Sectors)
|
* [Sectors](#Sectors)
|
||||||
* [SectorsList](#SectorsList)
|
* [SectorsList](#SectorsList)
|
||||||
* [SectorsListInStates](#SectorsListInStates)
|
* [SectorsListInStates](#SectorsListInStates)
|
||||||
@ -1475,7 +1476,9 @@ Inputs:
|
|||||||
Response: `{}`
|
Response: `{}`
|
||||||
|
|
||||||
### SectorRemove
|
### SectorRemove
|
||||||
There are not yet any comments for this method.
|
SectorRemove removes the sector from storage. It doesn't terminate it on-chain, which can
|
||||||
|
be done with SectorTerminate. Removing and not terminating live sectors will cause additional penalties.
|
||||||
|
|
||||||
|
|
||||||
Perms: admin
|
Perms: admin
|
||||||
|
|
||||||
@ -1535,6 +1538,21 @@ Inputs:
|
|||||||
|
|
||||||
Response: `{}`
|
Response: `{}`
|
||||||
|
|
||||||
|
### SectorTerminate
|
||||||
|
SectorTerminate terminates the sector on-chain, then automatically removes it from storage
|
||||||
|
|
||||||
|
|
||||||
|
Perms: admin
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
9
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Response: `{}`
|
||||||
|
|
||||||
## Sectors
|
## Sectors
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user