submitTx

abstract fun submitTx(txOpts: TxOptions, vararg ops: TxOp): 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

XTQL/SQL transaction operations.


open fun submitTx(vararg ops: TxOp): 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

XTQL/SQL transaction operations.