File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,43 @@ The JSON read operation failed.
151
151
- ** ` err.status_code ` : [ ` Option<u16> ` ] ** - HTTP status code if available (for network errors)
152
152
153
153
---
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
+ ---
You can’t perform that action at this time.
0 commit comments