ldk_channel_status
Track and manage Lightning Network channel states and balances in real-time using this tool, enabling developers to include offline channels and optimize wallet performance for iOS Lightning applications.
Instructions
Monitor channel states and balances while coding
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeOffline | No | Include offline/unusable channels |
Input Schema (JSON Schema)
{
"properties": {
"includeOffline": {
"default": true,
"description": "Include offline/unusable channels",
"type": "boolean"
}
},
"type": "object"
}