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