feat: update purchase and giveaway methods; improve header management and add example scripts

This commit is contained in:
bohd4nx
2026-03-21 16:16:14 +02:00
parent 902b692dcb
commit 2d1a119768
16 changed files with 133 additions and 264 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class FragmentClient:
Returns:
:class:`WalletInfo` with ``address`` (``"UQ..."``), ``state``
(``"active"``, ``"uninit"``, or ``"frozen"``), and ``balance`` in TON.
(``"active"``, ``"uninit"``, ``"nonexist"``, or ``"frozen"``), and ``balance`` in TON.
"""
return await get_wallet_info(self)