v0.3.7
What's Changed
- Refactored code structure and fixed type errors.
- Updated Pydantic model schemas from v1 to the latest version.
- Refactored
/v2/status
and/v2/address/{account_id}/parse
methods into a separateutilities
category. - Renamed functions:
amount_to_nano
toto_nano
andnano_to_amount
toto_amount
. Addeddecimals
parameter for token conversion (e.g., USDT).
What's Added
- Added
/v2/gasless/*
methods. - Added
/v2/rates/markets
method. - Added
debug
option for debugging inAsyncTonapi
andTonapi
. - Added a new field
admin
to theJettonInfo
schema. #23 - Added an example for gasless transactions on Wallet V5.
Full Changelog: v0.3.6...v0.3.7