Constructors

Synopses

Declared in <wallet/walletdb.h>

Wallet batches are non‐copyable.

WalletBatch(WalletBatch const& other) = delete;

Constructs a batch that operates on the given wallet database.

explicit
WalletBatch(WalletDatabase& database);

Parameters

Name

Description

other

The batch that would be copied from.

database

The wallet database to modify.

Created with MrDocs