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

Name

Description

s

The output stream to write to.

script

The script to serialize.

Created with MrDocs