TransactionStillPendingException

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.

Constructors

Link copied to clipboard
constructor(message: String, assembledTransaction: AssembledTransaction<*>)

Properties

Link copied to clipboard

The AssembledTransaction that caused the error

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?