[#wallet-WalletDatabase-MakeBatch] = xref:wallet.adoc[wallet]::xref:wallet/WalletDatabase.adoc[WalletDatabase]::MakeBatch :relfileprefix: ../../ :mrdocs: Make a DatabaseBatch connected to this database == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::unique_ptr<DatabaseBatch> MakeBatch() = 0; ---- == Return Value A new batch connected to this database. [.small]#Created with https://www.mrdocs.com[MrDocs]#