[#AssumeutxoHash-begin-0e] = xref:AssumeutxoHash.adoc[AssumeutxoHash]::begin :relfileprefix: ../ :mrdocs: `begin` overloads == Synopses Declared in `<util/hash_type.h>` Returns an iterator to the first byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:AssumeutxoHash/begin-0b.adoc[begin](); ---- [.small]#xref:AssumeutxoHash/begin-0b.adoc[_» more..._]# Returns a const iterator to the first byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:AssumeutxoHash/begin-04.adoc[begin]() const; ---- [.small]#xref:AssumeutxoHash/begin-04.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#