We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/algorand/py-algorand-sdk/releases/tag/v2.0.0
All the code from the algosdk.future package is moved directly under algosdk.
algosdk.future
algosdk
So, for example
from algosdk.future.transaction import LogicSigAccount
becomes
from algosdk.transaction import LogicSigAccount
`
The text was updated successfully, but these errors were encountered:
Thank you for informing us about this change.
There is an open PR #58 related to this issue.
This will be fixed with the upcoming release.
Sorry, something went wrong.
Added py-algorand-sdk==2.0.0 support 🎉 .
py-algorand-sdk==2.0.0
https://github.com/tinymanorg/tinyman-py-sdk/releases/tag/v2.1.1
No branches or pull requests
https://github.com/algorand/py-algorand-sdk/releases/tag/v2.0.0
All the code from the
algosdk.future
package is moved directly underalgosdk
.So, for example
from algosdk.future.transaction import LogicSigAccount
becomes
from algosdk.transaction import LogicSigAccount
`
The text was updated successfully, but these errors were encountered: