UNITON CONNECT 0.3.0-beta0
CORE UPDATE:
- [Client] Completely removed the old implementation of Ton Connect via a .NET based library,
- [Server] Added implementation for generating payload for jetton transactions.
NEW FEATURES:
- Added function to
load the balance of a particular jetton
from the master address or from the list of classic ones (GRAM, NOT, DOGS, USDT), - Added function to
load last jetton transactions
by sent/received type with adjustable number, - Added function to
load the jetton wallet address
from the master address of the target token, - Added function to
send jetton transactions
by master address (currentlyonly USDT sending is supported
, wait for next updates).
OTHER UPDATES
- Removed enumeration of
ClassicTokenTypes
as an argument toLoadBalance()
andSendTransaction()
methods due to uselessness, - Moved the function to shorten the
WalletVisualUtils.ProccessWalletAddress()
address for a connected wallet toUnitonConnectSDK.Instance.Wallet.ToShort()
.
IMPORTANT:
Update Uniton Connect Server API to the latest version on your server to use this update!