docsgen
This commit is contained in:
parent
ec7282ff09
commit
15885ad535
@ -50,6 +50,8 @@
|
|||||||
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
||||||
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
||||||
* [ClientStartDeal](#ClientStartDeal)
|
* [ClientStartDeal](#ClientStartDeal)
|
||||||
|
* [Create](#Create)
|
||||||
|
* [CreateBackup](#CreateBackup)
|
||||||
* [Gas](#Gas)
|
* [Gas](#Gas)
|
||||||
* [GasEstimateFeeCap](#GasEstimateFeeCap)
|
* [GasEstimateFeeCap](#GasEstimateFeeCap)
|
||||||
* [GasEstimateGasLimit](#GasEstimateGasLimit)
|
* [GasEstimateGasLimit](#GasEstimateGasLimit)
|
||||||
@ -1278,6 +1280,27 @@ Inputs:
|
|||||||
|
|
||||||
Response: `null`
|
Response: `null`
|
||||||
|
|
||||||
|
## Create
|
||||||
|
|
||||||
|
|
||||||
|
### CreateBackup
|
||||||
|
CreateBackup creates node backup onder the specified file name. The
|
||||||
|
method requires that the lotus daemon is running with the
|
||||||
|
LOTUS_BACKUP_BASE_PATH environment variable set to some path, and that
|
||||||
|
the path specified when calling CreateBackup is within the base path
|
||||||
|
|
||||||
|
|
||||||
|
Perms: admin
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
"string value"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Response: `{}`
|
||||||
|
|
||||||
## Gas
|
## Gas
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user