Reconstructs a script from its compressed representation.
Declared in <compressor.h>
bool
DecompressScript(
CScript& script,
unsigned int nSize,
CompressedScript const& in);
true if the script was decompressed successfully.
| Name | Description |
|---|---|
| script | Output script filled with the decompressed bytes. |
| nSize | The special script type identifier. |
| in | The compressed script payload. |