Constructs a transaction by deserializing with explicit parameters.
Declared in <primitives/transaction.h>
template<typename Stream>
CMutableTransaction(
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. |