Wait For Transaction Options
constructor(timeoutSecs: Int = DEFAULT_TXN_TIMEOUT_SEC, checkSuccess: Boolean = true, waitForIndexer: Boolean? = null)
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.