Transaction Still Pending Exception
class TransactionStillPendingException(message: String, assembledTransaction: AssembledTransaction<*>) : ContractException
Exception thrown when a transaction is still pending after the timeout period.
The transaction was successfully sent to the network but did not complete within the configured timeout. The transaction may still complete later.
Check assembledTransaction.AssembledTransaction.sendTransactionResponse.hash to manually poll for the transaction result.