ScriptCompression::Ser

Serializes a script to the stream using the compact encoding.

Synopsis

Declared in <compressor.h>

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

Parameters

NameDescription
sThe output stream to write to.
scriptThe script to serialize.