You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to ensure clear and cohesive documentation that mirrors the structure of utils-ts docs. Additionally, validating type hinting on new AlgorandClient based abstractions, as well as ensuring deprecation notes on all legacy stateless functions that were available before.
Technical Details
Acceptance Criteria
algokit-utils-py documentation are up-to-date, high level structure matches docs of latest algokit-utils-ts.
Type hinting allows intuitive usage of the package
Legacy methods provide convenient and granular guides on how to update to latest recommended usage
The text was updated successfully, but these errors were encountered:
Description
The goal is to ensure clear and cohesive documentation that mirrors the structure of utils-ts docs. Additionally, validating type hinting on new
AlgorandClient
based abstractions, as well as ensuring deprecation notes on all legacystateless
functions that were available before.Technical Details
Acceptance Criteria
algokit-utils-py
documentation are up-to-date, high level structure matches docs of latestalgokit-utils-ts
.The text was updated successfully, but these errors were encountered: