Enable the default move constructor.

Synopsis

Declared in <wallet/transaction.h>

constexpr
CWalletTx(CWalletTx&& other) = default;

Parameters

Name

Description

other

The wallet transaction to move from.

Created with MrDocs