get_blob
Retrieve stored data by specifying a blob ID from the Walrus decentralized storage network, ensuring blockchain-verified access through the Sui network.
Instructions
Retrieve a blob from Walrus storage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blobId | Yes | The blob ID to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"blobId": {
"description": "The blob ID to retrieve",
"type": "string"
}
},
"required": [
"blobId"
],
"type": "object"
}