docsgen
This commit is contained in:
parent
ec7282ff09
commit
15885ad535
@ -50,6 +50,8 @@
|
||||
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
||||
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
||||
* [ClientStartDeal](#ClientStartDeal)
|
||||
* [Create](#Create)
|
||||
* [CreateBackup](#CreateBackup)
|
||||
* [Gas](#Gas)
|
||||
* [GasEstimateFeeCap](#GasEstimateFeeCap)
|
||||
* [GasEstimateGasLimit](#GasEstimateGasLimit)
|
||||
@ -1278,6 +1280,27 @@ Inputs:
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user