tinyman-py-sdk
tinyman-py-sdk copied to clipboard
TxnGroup.submit should raise an error if any of the signed_transactions is None
https://github.com/tinymanorg/tinyman-py-sdk/blob/40ca5536b7e31d642954ed4e3e9ee773e598c28d/tinyman/utils.py#L108
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:
https://github.com/tinymanorg/tinyman-py-sdk/blob/40ca5536b7e31d642954ed4e3e9ee773e598c28d/tinyman/v1/client.py#L30