Deserializes a compact‐encoded script from the stream.

Synopsis

Declared in <compressor.h>

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

Parameters

Name

Description

s

The input stream to read from.

script

Output script filled with the decoded value.

Created with MrDocs