Wallet batches are non‐copyable.
Synopsis
Declared in <wallet/walletdb.h>
WalletBatch&
operator=(WalletBatch const& other) = delete;
Return Value
Reference to this batch.
Parameters
Name |
Description |
other |
The batch that would be assigned from. |
Created with MrDocs