Compresses a script into the compact on-disk representation.
Declared in <compressor.h>
bool
CompressScript(
CScript const& script,
CompressedScript& out);
true if the script matched a special compressed form.
| Name | Description |
|---|---|
| script | The script to compress. |
| out | Output buffer that receives the compressed script. |