Deserializes the undo information for one spent output.
Synopsis
Declared in <undo.h>
template<typename Stream>
void
Unser(
Stream& s,
Coin& txout);
Parameters
Name |
Description |
s |
The input stream to read from. |
txout |
Output coin reconstructed from the stream. |
Created with MrDocs