Tron.py ❲2024❳
While primarily synchronous, it includes an Async Client ( AsyncTron ) via the httpx library for high-performance, non-blocking operations.
Provides a "method chaining" approach to build, sign (including multi-sign support), and broadcast transactions to the network. tron.py
Developers can query blockchain data, such as account balances (TRX, TRC10, TRC20), block information, and transaction receipts. While primarily synchronous, it includes an Async Client