commitWalletTransaction

fun commitWalletTransaction(tx: iTransaction, txbytes: ByteArray? = null, note: String? = null)

track this transaction and periodically resubmit until it has been committed.

Parameters

tx

: the wallet transaction to commit

txbytes

: OPTIONAL: the network-serialized wallet transaction (for efficiency if the caller has already serialized it)

Throws