|
def submit(self, algod, wait=False): |
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:
|
def submit(self, transaction_group, wait=False): |