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
tinyman-py-sdk/tinyman/utils.py
Line 108 in 40ca553
If any of the elements of signed_transactions is None we should raise an error to inform the user that not all transactions have been signed.
signed_transactions
The same applies to client.submit:
client.submit
tinyman-py-sdk/tinyman/v1/client.py
Line 30 in 40ca553
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tinyman-py-sdk/tinyman/utils.py
Line 108 in 40ca553
If any of the elements of
signed_transactions
is None we should raise an error to inform the user that not all transactions have been signed.The same applies to
client.submit
:tinyman-py-sdk/tinyman/v1/client.py
Line 30 in 40ca553
The text was updated successfully, but these errors were encountered: