Skip to content
New issue

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

Add return type to TransactionSigner.sign_transactions #3

Merged
merged 3 commits into from
Nov 29, 2022

Conversation

michaeldiamant
Copy link

@michaeldiamant michaeldiamant commented Nov 23, 2022

Extends algorand#397 to annotate the return type for TransactionSigner.sign_transactions.

Copy link

@algochoi algochoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sequence looks reasonable to me here, it looks like List is a subset of Sequence anyway.

algosdk/atomic_transaction_composer.py Show resolved Hide resolved
algosdk/atomic_transaction_composer.py Outdated Show resolved Hide resolved
algosdk/atomic_transaction_composer.py Outdated Show resolved Hide resolved
@jdtzmn
Copy link
Owner

jdtzmn commented Nov 29, 2022

These changes look good - thank you for opening the PR!

@jdtzmn jdtzmn merged commit f2ec432 into jdtzmn:mypy-linter Nov 29, 2022
@michaeldiamant michaeldiamant deleted the atc_sequence branch November 29, 2022 20:09
jdtzmn pushed a commit that referenced this pull request Nov 29, 2022
* Add return type to TransactionSigner.sign_transactions

* Switch back to List

* Fix docstring typo
jdtzmn pushed a commit that referenced this pull request Dec 6, 2022
* Add return type to TransactionSigner.sign_transactions

* Switch back to List

* Fix docstring typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants