Serializes a script to the stream using the compact encoding.
Declared in <compressor.h>
template<typename Stream>
void
Ser(
Stream& s,
CScript const& script);
| Name | Description |
|---|---|
| s | The output stream to write to. |
| script | The script to serialize. |