[#CScriptNum-getvch] = xref:CScriptNum.adoc[CScriptNum]::getvch :relfileprefix: ../ :mrdocs: Returns the byte‐vector encoding of this value. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<unsigned char> getvch() const; ---- == Return Value The minimal byte encoding of the value. [.small]#Created with https://www.mrdocs.com[MrDocs]#