refactor: reorganize tonapi module and update imports for account management

This commit is contained in:
bohd4nx
2026-05-20 23:45:27 +03:00
parent 01a5befd87
commit 2a6c5ef1f9
19 changed files with 187 additions and 174 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from typing import TYPE_CHECKING, get_args
from pyfragment.core.constants import DEVICE, PREMIUM_GIVEAWAY_PAGE, STARS_GIVEAWAY_PAGE
from pyfragment.domains.payments import parse_required_payment_amount
from pyfragment.domains.tonapi.info import get_account_info
from pyfragment.domains.tonapi.account import get_account_info
from pyfragment.domains.tonapi.transaction import process_transaction
from pyfragment.exceptions import (
ConfigurationError,