docs(willexecutors.py): Add module-level documentation

This commit is contained in:
2026-04-10 00:53:48 +00:00
parent 6fb82dc8d0
commit eb2be17480
3 changed files with 369 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
"""
Willexecutors module for BAL Electrum Plugin.
This module provides functionality to manage will executor servers that
broadcast timelocked transactions at the appropriate locktime.
Main components:
- Willexecutors: Static class for managing executor list
- WillExecutor: Data class representing a single executor
- send_request: HTTP communication with executor servers
"""
import json
from datetime import datetime
import time