Deserialize the wallet transaction from the given stream.
Synopsis
Declared in <wallet/transaction.h>
template<typename Stream>
void
Unserialize(Stream& s);
Parameters
Name |
Description |
s |
The input stream to deserialize the transaction from. |
Created with MrDocs