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