[#wallet-SQLiteBatch-TxnBegin] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::TxnBegin :relfileprefix: ../../ :mrdocs: Begin a database transaction. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool TxnBegin() override; ---- == Return Value True if the transaction was started, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#