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