tinyman-py-sdk icon indicating copy to clipboard operation
tinyman-py-sdk copied to clipboard

TxnGroup.submit should raise an error if any of the signed_transactions is None

Open fergalwalsh opened this issue 3 years ago • 0 comments

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

fergalwalsh avatar Oct 19 '22 14:10 fergalwalsh