CORE UPDATE:
- Completed transition to native libraries from legacy TonSdk.NET to reduce sdk weight in project builds.
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, AQUAUSD, jUSDT, jUSDC), - 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 jettons of all types
with and without comments, - Added function to
send NFT items
from existing collections on the wallet, - Added processing of
NFT transaction body
after successful sending, - Added processing of
jetton transaction body
after successful sending, - Added
automatic delay setting
of 15 seconds to load real-time transaction data if a value was not specified, - Added
IsUserFriendly
,IsBounceable
,IsTestOnly
flags to check the current address for the required type,
OTHER UPDATES
- Removed
temporary events
after switching tonative version
of Ton Connect SDK, - Removed the
ClassicTokenTypes enumeration
as an argument to theLoadBalance()
andSendTransaction()
methods, - 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!