Constructors
Declared in <wallet/walletdb.h>
Wallet batches are non-copyable.
WalletBatch(WalletBatch const& other) = delete;
» more...
Constructs a batch that operates on the given wallet database.
explicit
WalletBatch(WalletDatabase& database);
» more...
| Name | Description |
|---|---|
| other | The batch that would be copied from. |
| database | The wallet database to modify. |