rgb_check_indexer_url
Validate indexer URL functionality to ensure proper connectivity for RGB asset operations on the Lightning Network.
Instructions
Check if an indexer URL is valid
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| indexerUrl | Yes | The indexer URL to check | 
Input Schema (JSON Schema)
{
  "properties": {
    "indexerUrl": {
      "description": "The indexer URL to check",
      "type": "string"
    }
  },
  "required": [
    "indexerUrl"
  ],
  "type": "object"
}