Skip to content

Commit ea18f98

Browse files
devops-talusafarukcalitmsdkeys
authored
Update docs from nexus-sdk (commit: dbd3cc843a086ea70b524cd2f623e46deaadb0f2) (#75)
Co-authored-by: afarukcali <[email protected]> Co-authored-by: Thomas Dekeyser <[email protected]>
1 parent 2ae9b94 commit ea18f98

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

tools/storage-walrus/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,43 @@ The JSON read operation failed.
151151
- **`err.status_code`: [`Option<u16>`]** - HTTP status code if available (for network errors)
152152

153153
---
154+
155+
# `xyz.taluslabs.storage.walrus.verify-blob@1`
156+
157+
Standard Nexus Tool that verifies a blob in Walrus.
158+
159+
## Input
160+
161+
**`blob_id`: [`String`]**
162+
163+
The ID of the blob to verify.
164+
165+
_opt_ **`aggregator_url`: [`Option<String>`]** _default_: [`None`]
166+
167+
The URL of the Walrus aggregator to verify the blob against.
168+
169+
## Output Variants & Ports
170+
171+
**`verified`**
172+
173+
The blob exists and is verified.
174+
175+
- **`verified.blob_id`: [`String`]** - The ID of the verified blob
176+
177+
**`unverified`**
178+
179+
The blob does not exist or could not be verified.
180+
181+
- **`unverified.blob_id`: [`String`]** - The ID of the unverified blob
182+
183+
**`err`**
184+
185+
An error occurred during verification.
186+
187+
- **`err.reason`: [`String`]** - A detailed error message describing what went wrong
188+
- **`err.kind`: [`UploadErrorKind`]** - Type of error that occurred
189+
- Possible kinds:
190+
- `server` - Server-side errors during verification
191+
- **`err.status_code`: [`Option<u16>`]** - HTTP status code if available (for API errors)
192+
193+
---

0 commit comments

Comments
 (0)