This commit is contained in:
Łukasz Magiera 2020-10-01 18:00:24 +02:00
parent ec7282ff09
commit 15885ad535

View File

@ -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