wallet::WalletBatch::operator=

Wallet batches are non-copyable.

Synopsis

Declared in <wallet/walletdb.h>

WalletBatch&
operator=(WalletBatch const& other) = delete;

Return Value

Reference to this batch.

Parameters

NameDescription
otherThe batch that would be assigned from.