wallet::CWalletTx::CWalletTx

Enable the default move constructor.

Synopsis

Declared in <wallet/transaction.h>

constexpr
CWalletTx(CWalletTx&& other) = default;

Parameters

NameDescription
otherThe wallet transaction to move from.