Unserializes the transaction using the stream's transaction parameters.
Synopsis
Declared in <primitives/transaction.h>
template<typename Stream>
void
Unserialize(Stream& s);
Parameters
Name |
Description |
s |
The stream to read from. |
Created with MrDocs