[#wallet-WalletBatch-2constructor-0e] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::WalletBatch :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/walletdb.h>` Wallet batches are non‐copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/WalletBatch/2constructor-03.adoc[WalletBatch](xref:wallet/WalletBatch.adoc[WalletBatch] const& other) = delete; ---- [.small]#xref:wallet/WalletBatch/2constructor-03.adoc[_» more..._]# Constructs a batch that operates on the given wallet database. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:wallet/WalletBatch/2constructor-08.adoc[WalletBatch](xref:wallet/WalletDatabase.adoc[WalletDatabase]& database); ---- [.small]#xref:wallet/WalletBatch/2constructor-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The batch that would be copied from. | *database* | The wallet database to modify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#