(self, tg_client: Client, log: SessionLogger)
| 33 | _balance: float |
| 34 | |
| 35 | def __init__(self, tg_client: Client, log: SessionLogger): |
| 36 | self.tg_client = tg_client |
| 37 | self._log = log |
| 38 | |
| 39 | async def auth(self, session: aiohttp.ClientSession): |
| 40 | self._api = BlumApi(session, self._log) |
nothing calls this directly
no outgoing calls
no test coverage detected