Returns the decompressed byte length of a special (compressed) script.
Declared in <compressor.h>
unsigned int
GetSpecialScriptSize(unsigned int nSize);
The number of payload bytes to read for that special script.
| Name | Description |
|---|---|
| nSize | The special script type identifier read from the stream. |