CMutableTransaction::CMutableTransaction

Constructs a mutable copy of an existing transaction.

Synopsis

Declared in <primitives/transaction.h>

explicit
CMutableTransaction(CTransaction const& tx);

Parameters

NameDescription
txThe transaction to copy from.