Wait For Transaction Options
data class WaitForTransactionOptions(val timeoutSecs: Int = DEFAULT_TXN_TIMEOUT_SEC, val checkSuccess: Boolean = true, val waitForIndexer: Boolean? = null)
Options for waiting for a transaction to be finalized.
Parameters
timeout Secs
The maximum number of seconds to wait for the transaction to be finalized.
check Success
If true, the method will return an error if the transaction is not successful.
wait For Indexer
If true, the method will wait for the transaction to be indexed by the indexer.