list_blobs
Retrieve a specified number of stored blobs from the Walrus decentralized storage network, with a default limit of 10, for efficient data management and accessibility.
Instructions
List stored blobs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of blobs to list (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of blobs to list (default: 10)",
"type": "number"
}
},
"type": "object"
}