Constructs a transaction by deserializing from a stream.
Declared in <primitives/transaction.h>
template<typename Stream>
CMutableTransaction(
deserialize_type tag,
Stream& s);
| Name | Description |
|---|---|
| tag | Tag selecting the deserializing constructor. |
| s | The stream to read from. |