[#wallet-SQLiteBatch-HasActiveTxn] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::HasActiveTxn :relfileprefix: ../../ :mrdocs: Report whether this batch has started a transaction. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool HasActiveTxn() override; ---- == Return Value True if this batch owns an active transaction, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#