GetSpecialScriptSize

Returns the decompressed byte length of a special (compressed) script.

Synopsis

Declared in <compressor.h>

unsigned int
GetSpecialScriptSize(unsigned int nSize);

Return Value

The number of payload bytes to read for that special script.

Parameters

NameDescription
nSizeThe special script type identifier read from the stream.