submitTx

abstract fun submitTx(txOpts: TxOptions, vararg ops: TxOp.Sql): TransactionKey

Submits transactions to the log for processing - this method will block until the log has confirmed receipt of the transaction.

Return

the transaction key of the submitted transaction.

Parameters

txOpts

options for the transaction

ops

SQL transaction operations.


open fun submitTx(vararg ops: TxOp.Sql): TransactionKey

Submits transactions to the log for processing - this method will block until the log has confirmed receipt of the transaction.

Return

the transaction key of the submitted transaction.

Parameters

ops

SQL transaction operations.