[#AssumeutxoHash-2conversion] = xref:AssumeutxoHash.adoc[AssumeutxoHash]::operator std::vector<unsigned char> :relfileprefix: ../ :mrdocs: Converts the hash to a byte vector. == Synopsis Declared in `<util/hash_type.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- operator std::vector<unsigned char>() const; ---- == Return Value A vector holding the hash bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#