What's Added
- Add [Preprocessed Wallet](https://github.com/pyAndr3w/ton-preprocessed-wallet-v2) (v2, v2r1) Contract support.
- Add [Jetton Stablecoin](https://github.com/OpenBuilders/notcoin-contract) Contract support (by notcoin).
- Add `from_private_key` method to Wallets.
- Add `get_timeout`, `get_processed`, `get_last_cleaned` get methods to `HighloadWalletV3`.
- Add `get_raw_account` method to Contract.
Added Examples
- [Gasless Transaction (Wallet v5 only)](https://github.com/nessshon/tonutils/blob/main/examples/wallet/gasless_transaction.py)
- Reprocessed Wallet Operations
- [Transfer TON](https://github.com/nessshon/tonutils/blob/main/examples/wallet/preprocessed/transfer_ton.py)
- [Transfer NFT](https://github.com/nessshon/tonutils/blob/main/examples/wallet/preprocessed/transfer_nft.py)
- [Transfer Jetton](https://github.com/nessshon/tonutils/blob/main/examples/wallet/preprocessed/transfer_jetton.py)
- Standard Jetton Operations
- [Change Content](https://github.com/nessshon/tonutils/blob/main/examples/jetton/standard/change_content.py)
- Stablecoin Jetton Operations (by Notcoin)
- [Deploy Jetton Master](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/deploy_master.py)
- [Upgrade Contract](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/upgrade_contract.py)
- [Mint Jetton](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/mint_jetton.py)
- [Burn Jetton](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/burn_jetton.py)
- [Change Admin](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/change_admin.py)
- [Drop Admin](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/drop_admin.py)
- [Change Content](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/change_content.py)
**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.8...v0.0.9