make gen
This commit is contained in:
parent
b79be2a2c2
commit
b8dff22a40
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -57,6 +57,7 @@
|
||||
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
||||
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
||||
* [ClientStartDeal](#ClientStartDeal)
|
||||
* [ClientStatelessDeal](#ClientStatelessDeal)
|
||||
* [Create](#Create)
|
||||
* [CreateBackup](#CreateBackup)
|
||||
* [Gas](#Gas)
|
||||
@ -1501,6 +1502,39 @@ Inputs:
|
||||
|
||||
Response: `null`
|
||||
|
||||
### ClientStatelessDeal
|
||||
ClientStatelessDeal fire-and-forget-proposes an offline deal to a miner without subsequent tracking.
|
||||
|
||||
|
||||
Perms: write
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
{
|
||||
"Data": {
|
||||
"TransferType": "string value",
|
||||
"Root": {
|
||||
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
||||
},
|
||||
"PieceCid": null,
|
||||
"PieceSize": 1024,
|
||||
"RawBlockSize": 42
|
||||
},
|
||||
"Wallet": "f01234",
|
||||
"Miner": "f01234",
|
||||
"EpochPrice": "0",
|
||||
"MinBlocksDuration": 42,
|
||||
"ProviderCollateral": "0",
|
||||
"DealStartEpoch": 10101,
|
||||
"FastRetrieval": true,
|
||||
"VerifiedDeal": true
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Response: `null`
|
||||
|
||||
## Create
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user