[#CompressedScript] = CompressedScript :mrdocs: This saves us from making many heap allocations when serializing and deserializing compressed scripts. == Synopsis Declared in `<compressor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using CompressedScript = xref:prevector-0c.adoc[prevector<33, unsigned char>]; ---- == Description This prevector size is determined by the largest .resize() in the CompressScript function. The largest compressed script format is a compressed public key, which is 33 bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#