CMutableTransaction::CMutableTransaction

Constructs a transaction by deserializing from a stream.

Synopsis

Declared in <primitives/transaction.h>

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

Parameters

NameDescription
tagTag selecting the deserializing constructor.
sThe stream to read from.