pytonapi icon indicating copy to clipboard operation
pytonapi copied to clipboard

TonAPI SDK allows developers to build decentralized applications on top of the TON blockchain without having to deal with the complexity of the underlying technology.

Results 1 pytonapi issues
Sort by recently updated
recently updated
newest added

Hello, I've got an error while using `tonapi.sse.subscribe_to_transactions` when "HTTP/1.1 502 Bad Gateway" occurs. My code snippet: ``` python async def handler(event: TransactionEventData, tonapi: AsyncTonapi) -> None: pass async def...