fix: Delegate storage auth on market nodes
This commit is contained in:
@@ -157,6 +157,7 @@
|
||||
* [Storage](#Storage)
|
||||
* [StorageAddLocal](#StorageAddLocal)
|
||||
* [StorageAttach](#StorageAttach)
|
||||
* [StorageAuthVerify](#StorageAuthVerify)
|
||||
* [StorageBestAlloc](#StorageBestAlloc)
|
||||
* [StorageDeclareSector](#StorageDeclareSector)
|
||||
* [StorageDropSector](#StorageDropSector)
|
||||
@@ -3307,6 +3308,25 @@ Inputs:
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### StorageAuthVerify
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"string value"
|
||||
]
|
||||
```
|
||||
|
||||
Response:
|
||||
```json
|
||||
[
|
||||
"write"
|
||||
]
|
||||
```
|
||||
|
||||
### StorageBestAlloc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user