ScriptCompression::Unser

Deserializes a compact-encoded script from the stream.

Synopsis

Declared in <compressor.h>

template<typename Stream>
void
Unser(
    Stream& s,
    CScript& script);

Parameters

NameDescription
sThe input stream to read from.
scriptOutput script filled with the decoded value.