CMutableTransaction::CMutableTransaction

Constructs a transaction by deserializing with explicit parameters.

Synopsis

Declared in <primitives/transaction.h>

template<typename Stream>
CMutableTransaction(
    deserialize_type tag,
    TransactionSerParams const& params,
    Stream& s);

Parameters

NameDescription
tagTag selecting the deserializing constructor.
paramsParameters controlling whether witness data is read.
sThe stream to read from.