Deserializes a compact-encoded script from the stream.
Declared in <compressor.h>
template<typename Stream>
void
Unser(
Stream& s,
CScript& script);
| Name | Description |
|---|---|
| s | The input stream to read from. |
| script | Output script filled with the decoded value. |