This deserializing constructor is provided instead of an Unserialize method. Unserialize is not possible, since it would require overwriting const fields.
Declared in <primitives/transaction.h>
template<typename Stream>
CTransaction(
deserialize_type tag,
TransactionSerParams const& params,
Stream& s);
| Name | Description |
|---|---|
| tag | Tag selecting the deserializing constructor. |
| params | Parameters controlling whether witness data is read. |
| s | The stream to read from. |